예제 #1
0
 public IQueryable <Resources> GetResources()
 {
     try
     {
         return(_resourceService.GetAll());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }