コード例 #1
0
 public void DeleteForm(string keyValue)
 {
     _Respository.Delete(t => t.Id == keyValue);
 }