コード例 #1
0
ファイル: DeleteHandler.cs プロジェクト: ithanshui/Vasily
 public string DeleteByCondition()
 {
     return(_template.DeleteByCondition(_model));
 }