Exemple #1
0
 public IEnumerable <RefNumLoko> Get()
 {
     try
     {
         return(db.Select <RefNumLoko>());
     }
     catch (Exception e)
     {
         Console.WriteLine(e);
         return(null);
     }
 }
Exemple #2
0
 public IEnumerable <TabActions> Get()
 {
     try
     {
         return(db.Select <TabActions>());
     }
     catch (Exception e)
     {
         Console.WriteLine(e);
         return(null);
     }
 }