コード例 #1
0
 protected IEnumerable <string> ObterMensagensErro()
 {
     return(_notifications.ObterNotificacoes().Select(c => c.Value).ToList());
 }