Exemplo n.º 1
0
        public NPIMasterListController(IRepository repository, WaDbContext context)

        {
            //   this.repoistory = repository;
            this.context = context;
        }
Exemplo n.º 2
0
        public QuoteNumberController(IRepository repository, WaDbContext context)

        {
            //   this.repoistory = repository;
            this.context = context;
        }