Beispiel #1
0
 public bool UpdatePass(Staff staff)
 {
     return(staffRepository.UpdatePass(staff));
 }