Exemplo n.º 1
0
 public IEnumerable <RemainsTanks_TSK> Get()
 {
     try
     {
         return(db.Select <RemainsTanks_TSK>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Exemplo n.º 2
0
 public IEnumerable <Sales_Benzine> Get()
 {
     try
     {
         return(db.Select <Sales_Benzine>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Exemplo n.º 3
0
 public IEnumerable <FuelSale> Get()
 {
     try
     {
         return(db.Select <FuelSale>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Exemplo n.º 4
0
 public IEnumerable <Daily_Accounting_Detali_Report_TSK> Get()
 {
     try
     {
         return(db.Select <Daily_Accounting_Detali_Report_TSK>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Exemplo n.º 5
0
 public IEnumerable <ReceivingFuel_TSK> Get()
 {
     try
     {
         return(db.Select <ReceivingFuel_TSK>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Exemplo n.º 6
0
 public IEnumerable <Remains_Benzene> Get()
 {
     try
     {
         return(db.Select <Remains_Benzene>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Exemplo n.º 7
0
 public IEnumerable <TankStates> Get()
 {
     try
     {
         return(db.Select <TankStates>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Exemplo n.º 8
0
 public IEnumerable <AzsPlan> Get()
 {
     try
     {
         return(db.Select <AzsPlan>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Exemplo n.º 9
0
 public IEnumerable <azsDeparts> Get()
 {
     try
     {
         return(db.Select <azsDeparts>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Exemplo n.º 10
0
 public IEnumerable <Cat_TRK_AZS> Get()
 {
     try
     {
         return(db.Select <Cat_TRK_AZS>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Exemplo n.º 11
0
 public IEnumerable <Receipts_OIL> Get()
 {
     try
     {
         return(db.Select <Receipts_OIL>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Exemplo n.º 12
0
 public IEnumerable <DeliveryTanks_AZS> Get()
 {
     try
     {
         return(db.Select <DeliveryTanks_AZS>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Exemplo n.º 13
0
 public IEnumerable <Daily_Report_Benzene> Get()
 {
     try
     {
         return(db.Select <Daily_Report_Benzene>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Exemplo n.º 14
0
 public IEnumerable <Oil_Transfer> Get()
 {
     try
     {
         return(db.Select <Oil_Transfer>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }