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