コード例 #1
0
ファイル: KeepsController.cs プロジェクト: brandallk/keepr
 public string Delete(int id)
 {
     return(_repo.DeleteOne(id));
 }