Ejemplo n.º 1
0
 public APP_USER DeleteUser(long UserId)
 {
     return(_repository.DeleteUser(UserId));
 }