Exemple #1
0
 public ResCommController(ICommonResourceService commRes)
 {
     _commRes = commRes;
 }
Exemple #2
0
 public CommonResourceController(ICommonResourceService commonResourcesServices)
 {
     _commonResourcesServices = commonResourcesServices ?? throw new ArgumentNullException(nameof(commonResourcesServices));
 }
Exemple #3
0
 public PopulateController(ICommonResourceService commonService)
 {
     _commconService = commonService;
 }