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