Exemple #1
0
 public bool IsPortalTitleAvailable([Required] string title)
 {
     return(_portalService.IsPortalTitleAvailable(title));
 }