Пример #1
0
 public List <ActionDTO> List()
 {
     try
     {
         using (CarRentalEntities context = new CarRentalEntities())
         {
             return(actionMapping.MapToListActionDTO(context.usp_Action_List().ToList()));
         }
     }
     catch (Exception)
     {
         throw;
     }
 }