コード例 #1
0
 public string DeleteCobro(int id)
 {
     return(CobroDAO.DeleteCobro(id));
 }