public UserController(IUserService userService, IPhoneValidService phoneValidService , IShopCartAppService shopcartService) { this._userService = userService; this._phoneValidService = phoneValidService; this._shopcartService = shopcartService; }
public ShopController(IShopProductAppService productservice , IShopCartAppService shopcartservice) { _productservice = productservice; _shopcartservice = shopcartservice; }