コード例 #1
0
ファイル: Reference.cs プロジェクト: tsss-t/CarRental
 public bool UpdateCity(WFpart.CityService.Car_City TempCity)
 {
     return(base.Channel.UpdateCity(TempCity));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: tsss-t/CarRental
 public bool AddCity(WFpart.CityService.Car_City City)
 {
     return(base.Channel.AddCity(City));
 }