Esempio n. 1
0
 public IEnumerable <Outcomes> Get()
 {
     try
     {
         return(db.Select <Outcomes>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Esempio n. 2
0
 public IEnumerable <Cat_Werks> Get()
 {
     try
     {
         return(db.Select <Cat_Werks>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Esempio n. 3
0
 public IEnumerable <Perek_Rep_View> Get()
 {
     try
     {
         return(db.Select <Perek_Rep_View>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Esempio n. 4
0
 public IEnumerable <RemainsTanks> Get()
 {
     try
     {
         return(db.Select <RemainsTanks>());
     }
     catch (Exception e)
     {
         return(null);
     }
 }