Esempio n. 1
0
 public CommonChefController(IUserCommonService userCommonService, IUserChefService userChefService, ICommonChefService commonChefService, IMapper mapper)
 {
     _userCommonService = userCommonService;
     _userChefService   = userChefService;
     _commonChefService = commonChefService;
     _mapper            = mapper;
 }
Esempio n. 2
0
 public UserCommonController(IUserCommonService userCommonService, IMapper mapper)
 {
     _userCommonService = userCommonService;
     _mapper            = mapper;
 }
 public UsersController(IUserCommonService customerAddressService)
 {
     _userCommon = customerAddressService;
 }