Beispiel #1
0
 internal ImportFeasts(string fileName, ICountryService countryService)
     : base(fileName, countryService)
 {
     _FeastService = _IContryServise.FeastService;
 }
Beispiel #2
0
 internal ImportFeasts(string fileName, ICountryService countryService)
     : base(fileName,countryService)
 {
     _FeastService = _IContryServise.FeastService;
 }