Example #1
0
 public Dealer AuthenticateDealer(string email, string password)
 {
     return(_serviceRepository.AuthenticateDealer(email, password));
 }