コード例 #1
0
 public RiversRepository(GeoServiceContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public ContinentRepository(GeoServiceContext context)
 {
     this.context = context;
 }