Exemplo n.º 1
0
 public bool Authentication(Users user)
 {
     return(_usersDao.Authentication(user));
 }