Exemple #1
0
 public TramRepository(ITramContext tramcontext)
 {
     this.tramContext = tramcontext;
 }
Exemple #2
0
 public ObjectCreator()
 {
     _userContext    = new UserContext();
     _tramContext    = new TramContext();
     _serviceContext = new ServiceContext();
 }