示例#1
0
 public ContractNumberPlugin(IServiceContextFactory factory)
 {
     serviceContextFactory = factory;
 }
示例#2
0
 public ContractNumberPlugin()
 {
     serviceContextFactory = new ServiceContextFactory();
 }