Beispiel #1
0
 public bool ChangeBillStatus(string no, int status, int staff)
 {
     return(_manageRepository.ChangeBillStatus(no, status, staff));
 }