コード例 #1
0
 public bool ChangeStatus(int id)
 {
     return(id != 0 && _service.ChangeStatus(id));
 }