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