コード例 #1
0
 public bool Delete(Proposal c)
 {
     using (var db = DBConnection.GetConnection())
     {
         return(Proposal.Delete <Proposal>(db, c));
     }
 }