Example #1
0
 public SessionStorage(CityInfoContext context)
 {
     this.context = context;
 }
 public CityStorage(CityInfoContext context)
 {
     this.context = context;
 }