Example #1
0
 public List <ServiceRequestDto> GetAllEmailPendingRequests()
 {
     return(repository.GetAllEmailPendingRequests().ToList());
 }