public SellCarController(ICarShopContext ctx)
 {
     _ctx = ctx;
 }
Example #2
0
 public UserProfilesController(ICarShopContext ctx) => _ctx = ctx;
 public UserProfileController(ICarShopContext ctx)
 {
     _ctx = ctx;
 }