Ejemplo n.º 1
0
 public bool DeactivateClientSystemUserAccount(long clientId)
 {
     return(_customDataAccess.DeactivateClientSystemUserAccount(clientId));
 }