Exemplo n.º 1
0
 public bool Get(string email, string password)
 {
     return(_laundryRepository.GetAvailability(email, password));
 }