Ejemplo n.º 1
0
 public List <UsersModel> Login(string uName, string uPwd)
 {
     return(ud.Login(uName, uPwd));
 }