Esempio n. 1
0
 public SellCarController(ICarShopContext ctx)
 {
     _ctx = ctx;
 }
Esempio n. 2
0
 public UserProfilesController(ICarShopContext ctx) => _ctx = ctx;
 public UserProfileController(ICarShopContext ctx)
 {
     _ctx = ctx;
 }