Example #1
0
 public UserDbOperations(SlabCodeTestContext DbContext)
 {
     this.DbContext = DbContext;
 }
Example #2
0
 public ProjectDbOperations(SlabCodeTestContext DbContext)
 {
     this.DbContext = DbContext;
 }