public EcommerceGateRoleStore(EcommerceGateDbContext context) : base(context)
 {
 }
Exemple #2
0
 public EcommerceGateUserStore(EcommerceGateDbContext context, IdentityErrorDescriber describer) : base(context, describer)
 {
 }