public ApplicatieRepository(ProfileManagerContext profileManagerContext)
 {
     _profileManagerContext = profileManagerContext;
 }
示例#2
0
 public RolRepository(ProfileManagerContext profileManagerContext)
 {
     _profileManagerContext = profileManagerContext;
 }