public ResCommController(ICommonResourceService commRes) { _commRes = commRes; }
public CommonResourceController(ICommonResourceService commonResourcesServices) { _commonResourcesServices = commonResourcesServices ?? throw new ArgumentNullException(nameof(commonResourcesServices)); }
public PopulateController(ICommonResourceService commonService) { _commconService = commonService; }