コード例 #1
0
 public bool RemoveStaffUser(Staff staff)
 {
     return(PeopleRepository.GetInstance().Delete(staff.GetId()));
 }