Exemple #1
0
 public UpdateInfoRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
Exemple #2
0
 public BuildingGuanghuaRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
Exemple #3
0
 public ExceptionRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
Exemple #4
0
 public AnalogMeasurePointRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
 public StateRealRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
Exemple #6
0
 public FunctionRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
Exemple #7
0
 public ElecDistributionInfoRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
 public AnnouncementInfoRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
 public BuyHistoryRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
 public BuildingTypesRepos()
 {
     _dateContext = new EnergyMonitorDataContext();
 }
 public PowerClassRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
Exemple #12
0
 public SystemProfileRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
 public AnalogInfoRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
 public ElecTSInfoRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
Exemple #15
0
 public DepartmentRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
 public UserRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
Exemple #17
0
 public SchoolRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
Exemple #18
0
 public RoomRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }
 public TransactionRepos()
 {
     _dataContext = new EnergyMonitorDataContext();
 }