Example #1
0
 public IEnumerable <ServiceDetailsViewModel> GetAllDetails()
 {
     return(serviceDetailsRepository.GetAllDetails());
 }