Exemplo n.º 1
0
 public bool Validate(out string errorMessage)
 {
     return(DetailPrototype.ValidateDetailPrototype(this, out errorMessage));
 }
Exemplo n.º 2
0
        public bool Validate()
        {
            string text;

            return(DetailPrototype.ValidateDetailPrototype(this, out text));
        }