Exemplo n.º 1
0
        public Supportlivre GetModel()
        {
            Supportlivre _result = new Supportlivre();

            _result.id = this.id;
            _result.type = this.type;

            return _result;
        }
Exemplo n.º 2
0
 public SupportLivreBU(Supportlivre supportLivre)
 {
     this.id = supportLivre.id;
     this.type = supportLivre.type;
 }