public DocumentTypeService(VMMDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Beispiel #2
0
 public AreaService(VMMDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Beispiel #3
0
 public UserService(VMMDbContext dbContext)
 {
     this.dbContext = dbContext;
 }