Exemple #1
0
 public UnitOfWork(PmgaDbContext context)
 {
     this.context = context;
 }
Exemple #2
0
 public UserRepository(PmgaDbContext context)
 {
     this.context = context;
 }
Exemple #3
0
 public RoleRepository(PmgaDbContext context)
 {
     this.context = context;
 }
 public PermissionRepository(PmgaDbContext context)
 {
     this.context = context;
 }