Hi, I was checking your code and I noticed that in the class AppServiceImp you have some dead code, I know that is commented but still is unnecessary, for example the method grtAllUsers() seems like a version of getAllUsers() that probably didn't work. So the easy way to fix this is deleting it. Thanks.
Hi, I was checking your code and I noticed that in the class AppServiceImp you have some dead code, I know that is commented but still is unnecessary, for example the method grtAllUsers() seems like a version of getAllUsers() that probably didn't work. So the easy way to fix this is deleting it. Thanks.