Example #1
0
 public ApplicationService(ThemeDBContext db)
 {
     this._dbContext = db;
 }
Example #2
0
 public OrganizationService(ThemeDBContext db)
 {
     this._dbContext = db;
 }
 public UserService(ThemeDBContext db)
 {
     this._db = db;
 }
Example #4
0
 public UploadHandService(ThemeDBContext db)
 {
     this._dbContext = db;
 }