コード例 #1
0
ファイル: ReportController.cs プロジェクト: ricirt/Rehber
 public DescLocations GetPhoneInfo(string location)
 {
     return(_reportServices.PhoneNumberInfo(location));
 }