Example #1
0
        public CMS_DealerInfo AuthorizeDealer(string email, string Password)
        {
            CMS_DealerInfo dealer = _dealerRepository.AuthorizeDealer(email, Password);

            return(dealer);
        }