Ejemplo n.º 1
0
 public Venda(IOperableRepository operableRepository, IAlert alert)
 {
     _operableRepository = operableRepository;
     _alert = alert;
 }