Exemplo n.º 1
0
 public CartController(ApplicationDbContext db, SoapStoreComITIdentityDbContext identityDb)
 {
     _db  = db;
     __db = identityDb;
 }
 public UserController(SoapStoreComITIdentityDbContext db)
 {
     _db = db;
 }