예제 #1
0
 public Gebruikersservice(IUOW uow, IGenericRepository<ApplicationUser> reposID, IGebruikersrepository repository)
 {
     this.uow = uow;
     this.reposIdentity = reposID;
     this.repository = repository;
 }
예제 #2
0
 public Gebruikersservice(IUOW uow, IGenericRepository <ApplicationUser> reposID, IGebruikersrepository repository)
 {
     this.uow           = uow;
     this.reposIdentity = reposID;
     this.repository    = repository;
 }