Esempio n. 1
0
 public string ChangeUserStatus(int Id, bool IsActive)
 {
     return(UserFacade.ChangeUserStatus(Id, IsActive));
 }