Exemplo n.º 1
0
        protected ResponseOut(Toutput result)
        {
            this.Error = NullableObject <ErrorOut> .EmptyResult();

            this.Result = result;
        }
Exemplo n.º 2
0
 protected ValidationResult()
 {
     this.Error = NullableObject <ErrorOut> .EmptyResult();
 }