Exemple #1
0
 private void SetUserActiveStatus(int status)
 {
     StaffBiz.SetActiveStatus(txtUsername.Text.Trim(), status);
 }