Exemplo n.º 1
0
 public UserServices (ZenergyContext context)
 {
     this.db = context;
 }
Exemplo n.º 2
0
 public ActivityService(ZenergyContext context)
 {
     this.db = context;
 }
Exemplo n.º 3
0
 public EventService(ZenergyContext context)
 {
     this.db = context;
 }