예제 #1
0
 public bool CancelUserSetupRequest(string id)
 {
     return(repositoryInstance.CancelUserSetupRequest(id));
 }