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