コード例 #1
0
ファイル: CoreWS.asmx.cs プロジェクト: freddysotof/BankCore
 public List <Bank> GetAllBanks()
 => _generalService.GetAllBanks();