コード例 #1
0
ファイル: LibraryController.cs プロジェクト: skorejen/SEP3
 public string GetOrders()
 {
     return(_proxy.GetOrders());
 }