Ejemplo n.º 1
0
 public List <UserTable> IsUsernameExist(string username, int id)
 {
     return(objUserProviders.IsUsernameExist(username, id));
 }