コード例 #1
0
ファイル: CitiesService.cs プロジェクト: Inlic/Bounty
 internal City Create(City city)
 {
     return(_repo.Create(city));
 }