public EcommerceGateRoleStore(EcommerceGateDbContext context) : base(context)
 {
 }
Ejemplo n.º 2
0
 public EcommerceGateUserStore(EcommerceGateDbContext context, IdentityErrorDescriber describer) : base(context, describer)
 {
 }