Ejemplo n.º 1
0
 public List <string> GetAllTypes()
 {
     return(EmailLogic.GetAllTypes()
            .Select(type => TypeLogic.TypeToEntity.GetOrThrow(type).CleanName)
            .ToList());
 }