Exemplo n.º 1
0
 public bool LoginCustomer([Required] string fullName, string custPassword)
 {
     return(_customerRepo.CheckCustomerPasswordExists(fullName, custPassword));
 }