Exemplo n.º 1
0
 public OrderTagsController(IOrderTagService orderTagService, IOrderService orderService)
 {
     _orderTagService = orderTagService;
     _orderService    = orderService;
 }
 public OrderTagsController(IOrderTagService orderTagService, IOrderService orderService, IPermissionService permissionService)
 {
     _orderTagService   = orderTagService;
     _orderService      = orderService;
     _permissionService = permissionService;
 }