Example #1
0
 public ServiceDetails Get(int id)
 {
     return(serviceDetailsRepository.Get(id));
 }