Ejemplo n.º 1
0
 public async Task <bool> IsPortfolioNameExists(string Title, string initTitle)
 {
     try
     {
         return(await _portfolioManager.IsPortfolioNameExists(Title, initTitle));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }