Example #1
0
 public IQueryable <Approval> GetAll()
 {
     _loggerService.CreateLog(_user, "API", "ApprovalController", "Approval", "GetAll", null, null);
     return(_approvalRepository.GetApprovals());
 }