Exemplo n.º 1
0
 //Constructor
 public ExportService()
 {
     _entities = new DAL.LiveDBEntities();
 }
Exemplo n.º 2
0
 //Constructor
 public ConsumptionCurrentService()
 {
     _entities = new DAL.LiveDBEntities();
 }
Exemplo n.º 3
0
 //Constructor
 public ConsumptionRealService()
 {
     _entities = new DAL.LiveDBEntities();
 }
Exemplo n.º 4
0
 //Constructor
 public ProductionRealService()
 {
     _entities = new DAL.LiveDBEntities();
 }
Exemplo n.º 5
0
 //Constructor
 public RainService()
 {
     _entities = new DAL.LiveDBEntities();
 }
Exemplo n.º 6
0
 //Constructor
 public ConsumptionCurrentService()
 {
     _entities = new DAL.LiveDBEntities();
 }
Exemplo n.º 7
0
 //Constructor
 public ProductionCurrentService()
 {
     _entities = new DAL.LiveDBEntities();
 }
Exemplo n.º 8
0
 //Constructor
 public ProductionRealService()
 {
     _entities = new DAL.LiveDBEntities();
 }
Exemplo n.º 9
0
 //Constructor
 public ProductionCurrentService()
 {
     _entities = new DAL.LiveDBEntities();
 }
Exemplo n.º 10
0
 //Constructor
 public RainService()
 {
     _entities = new DAL.LiveDBEntities();
 }
Exemplo n.º 11
0
 //Constructor
 public ExportService()
 {
     _entities = new DAL.LiveDBEntities();
 }
Exemplo n.º 12
0
 //Constructor
 public ConsumptionRealService()
 {
     _entities = new DAL.LiveDBEntities();
 }