Exemplo n.º 1
0
 //R
 public Supplier GetByID(int id)
 {
     return(_da.GetByID(id));
 }