public CanalM1994Repository(TeploContext context)
 {
     this.context = context;
 }
Example #2
0
 public EntityUnitOfWork(string name)
 {
     context = new TeploContext(name);
 }
Example #3
0
 public RoomU1994Repository(TeploContext context)
 {
     this.context = context;
 }
Example #4
0
 public SteamM1994Repository(TeploContext context)
 {
     this.context = context;
 }