Beispiel #1
0
 public BusinessContext(IProdutoRepo ProdutoRepo, Workflow Workflow)
 {
     this.ProdutoRepo = ProdutoRepo;
     this.Workflow    = Workflow;
 }
 public ProdutoService(IProdutoRepo repo) : base(repo)
 {
     _repo = repo;
 }