示例#1
0
        public bool ExisteForma(string FormaAgregar)
        {
            bool Existe = Formas.Any(formaactual => formaactual.Nombre.Equals(FormaAgregar));

            return(Existe);
        }