Beispiel #1
0
 public UserServices (ZenergyContext context)
 {
     this.db = context;
 }
 public ActivityService(ZenergyContext context)
 {
     this.db = context;
 }
Beispiel #3
0
 public EventService(ZenergyContext context)
 {
     this.db = context;
 }