コード例 #1
0
ファイル: RentLogic.cs プロジェクト: Fenyo7/BPROF_HQ8HSE_MVC
 public void DeleteRent(int id)
 {
     rentRepo.DeleteOne(id);
 }