Exemple #1
0
 public PortalDTO Create([Required] PortalDTO portalDto)
 {
     return(_portalService.Create(portalDto));
 }