public GlobalCodeController(IGlobalCodeService productService) { _IGlobalCodeService = productService; }
public CommonAPIController(IGlobalCodeService GlobalCodeService) { _globalCodeService = GlobalCodeService; _mainResponse = new MainResponse(); }
public GlobalCodeController(IGlobalCodeService iGlobalCodeService) { _iGlobalCodeService = iGlobalCodeService; }