Ejemplo n.º 1
0
 internal void EnableDisable(Guid id, string status)
 {
     _userBusinessLogic.EnableDisable(id, status);
 }