Пример #1
0
 //删除支出
 public bool DelSpend(int id)
 {
     return(spendService.DelSpend(id));
 }