Example #1
0
 public IEnumerable <UsersChanges> Get()
 {
     try
     {
         return(db.Select <UsersChanges>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Example #2
0
 public IEnumerable <ReceivingTanks> Get()
 {
     try
     {
         return(db.Select <ReceivingTanks>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Example #3
0
 public IEnumerable <Cat_OZM_GSM> Get()
 {
     try
     {
         return(db.Select <Cat_OZM_GSM>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Example #4
0
 public IEnumerable <TRKcounters> Get()
 {
     try
     {
         return(db.Select <TRKcounters>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Example #5
0
 public IEnumerable <RemainsTank> Get()
 {
     try
     {
         return(db.Select <RemainsTank>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Example #6
0
 public IEnumerable <Daily_Accounting_Detali_Report> Get()
 {
     try
     {
         return(db.Select <Daily_Accounting_Detali_Report>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Example #7
0
 public IEnumerable <FuelSale> Get()
 {
     try
     {
         return(db.Select <FuelSale>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }