Beispiel #1
0
 public BaseService(IBanjoContext database)
 {
     this.database = database;
 }
Beispiel #2
0
 public NodeService(IBanjoContext database) : base(database)
 {
 }
Beispiel #3
0
 public BaseService(IBanjoContext database)
 {
     this.database = database;
 }
Beispiel #4
0
 public GenericService(IBanjoContext database) : base(database)
 {
 }