public ShopsV2Controller(LookupBusinessContext db)
 {
     _db = db;
 }
Beispiel #2
0
 public RestaurantsV2Controller(LookupBusinessContext db)
 {
     _db = db;
 }