コード例 #1
0
ファイル: WebController.cs プロジェクト: dmitr12/Lab3
 public TS GetTS(int id)
 {
     return(repo.GetItem(id));
 }