public OrdersController(IOrderService orderService, IOrderMapper orderMapper, IFcmService fcmService, IOrdUserService ordUserService, IRestaurantService restService) { _ordService = orderService; _ordMapper = orderMapper; _fcmService = fcmService; _ordUserService = ordUserService; _restService = restService; }
public UsersController(IOrdUserService ordUserService) { _userService = ordUserService; }