Exemplo n.º 1
0
 public EFDomainUnitOfWork(StoreAdminPanelGetwayContext context)
 {
     this.context   = context;
     RoleRepository = new RoleRepository(context);
 }
Exemplo n.º 2
0
 public RoleRepository(StoreAdminPanelGetwayContext context)
 {
     this.context = context;
 }