예제 #1
0
 public ApropriacaoBuilder Com(PagamentoBuilder pagamento)
 {
     Mock.SetupGet(x => x.Pagamento).Returns(pagamento.Build());
     return(this);
 }
예제 #2
0
 public PortabilidadeBuilder Com(PagamentoBuilder pagamento)
 {
     Mock.SetupGet(x => x.Pagamento).Returns(pagamento.Build());
     return(this);
 }