Пример #1
0
 public bool ChangeStatus(int id, bool status)
 {
     return(_member.ChangeStatus(id, status));
 }