示例#1
0
 public CustomerManager(ApplicationDbContext appDbContext, IdentityManager identityManager)
 {
     _appDbContext    = appDbContext;
     _IdentityManager = identityManager;
 }
示例#2
0
 public ProductManager(ApplicationDbContext appDbContext, IdentityManager identityManager, IEmailService emailService, IViewRenderService viewRenderService)
 {
     _appDbContext = appDbContext;
 }