예제 #1
0
 public StasjonBLL(IDBStasjon stub)
 {
     _stasjon = stub;
 }
예제 #2
0
 public StasjonBLL(DBContext db)
 {
     _stasjon = new DBStasjon(db);
 }