Example #1
0
 public PortalDTO CreatePortalForExistingUser([Required] string title)
 {
     return(_portalService.CreatePortalForExistingUser(title));
 }