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