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