Esempio n. 1
0
 public MalAlimBildirimController(SatislarDbContext db1, StoklarDbContext db2)
 {
     _SatislarDb = db1;
     _StoklarDb  = db2;
 }
Esempio n. 2
0
 public MalIadeBildirimController(StoklarDbContext db1, SatislarDbContext db2)
 {
     _StoklarDb  = db1;
     _SatislarDb = db2;
 }
 public SatisBildirimController(SatislarDbContext db1)
 {
     _SatislarDb = db1;
 }
 public SatislarController(SatislarDbContext context)
 {
     _context = context;
 }