Beispiel #1
0
 public int CheckRoleLogin(string mail, string pwd)
 {
     return(Repositories.CheckRoleLogin(mail, pwd));
 }