コード例 #1
0
 public CvcContractController()
 {
     _retriever = new ContractRetriever(new Repository(new BaseContext <CvcContext>(new CvcContext())));
 }
コード例 #2
0
 public ClientInvoicingContractController()
 {
     _retriever = new ContractRetriever(new Repository(new BaseContext <ClientInvoiceContext>(new ClientInvoiceContext())));
 }