Exemplo n.º 1
0
 public List <NhanVienDTO> getLoginInfo(string email, string password)
 {
     return(service.GetLoginInfo(email, password));
 }