Beispiel #1
0
 public PlacesRepository(ITermoservisContext context)
 {
     this.context = context ?? throw new System.ArgumentNullException(nameof(context));
 }
Beispiel #2
0
 public CountriesRepository(ITermoservisContext context)
 {
     this.context = context ?? throw new ArgumentNullException(nameof(context));
 }