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