public Supportlivre GetModel() { Supportlivre _result = new Supportlivre(); _result.id = this.id; _result.type = this.type; return _result; }
public SupportLivreBU(Supportlivre supportLivre) { this.id = supportLivre.id; this.type = supportLivre.type; }