コード例 #1
0
ファイル: CartsManager.cs.cs プロジェクト: isMrH/College
 public int AddInfo(Carts cart)
 {
     return(cs.AddInfo(cart));
 }