コード例 #1
0
ファイル: ImportFeasts.cs プロジェクト: 5509850/baumax
 internal ImportFeasts(string fileName, ICountryService countryService)
     : base(fileName, countryService)
 {
     _FeastService = _IContryServise.FeastService;
 }
コード例 #2
0
ファイル: ImportFeasts.cs プロジェクト: 5509850/baumax
 internal ImportFeasts(string fileName, ICountryService countryService)
     : base(fileName,countryService)
 {
     _FeastService = _IContryServise.FeastService;
 }