Beispiel #1
0
 public Table ChangeBusyStatus(int id)
 {
     return(_repository.ChangeBusyStatus(id));
 }