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