예제 #1
0
파일: Pedido.cs 프로젝트: raviassis/Cursos
 public Pedido(FormPagamento f)
 {
     forma = f;
 }
예제 #2
0
 //Construtor
 public Pedido(FormPagamento formaPagamento)
 {
     this._forma = formaPagamento;
 }