public CanalM1994Repository(TeploContext context) { this.context = context; }
public EntityUnitOfWork(string name) { context = new TeploContext(name); }
public RoomU1994Repository(TeploContext context) { this.context = context; }
public SteamM1994Repository(TeploContext context) { this.context = context; }