public HomeController(IRepoproduct _db)
 {
     this.db = _db;
 }
 public ProductCtrl(IRepoproduct _db)
 {
     this.db = _db;
 }
Exemple #3
0
 public EmployeeCtrl(IRepoproduct _db)
 {
     this.db = _db;
 }
 public CustomersController(IRepoproduct _db)
 {
     this.db = _db;
 }
 public CountryDistrictThana(IRepoproduct _db)
 {
     this.db = _db;
 }