示例#1
0
 public IPBController(AbpvNextHISInterfaceDbContext dB, IConfiguration configuration, ICheckSqlConn conn, IZHYYDbMethods zhyyservice, ILoggerService logger)
 {
     this.db          = dB;
     this.conn        = conn;
     this.zhyyservice = zhyyservice;
     this.logger      = logger;
 }
示例#2
0
 public OPBController(AbpvNextHISInterfaceDbContext db, IConfiguration configuration, ICheckSqlConn conn, ILoggerService logger)
 {
     this.db            = db;
     this.configuration = configuration;
     this.conn          = conn;
     this.logger        = logger;
 }
 public COMtestController(AbpvNextHISInterfaceDbContext db, IConfiguration configuration, ICheckSqlConn Conn, IZHYYDbMethods zhyyservice, IDbConnection dbConnection)
 {
     this.db            = db;
     this.configuration = configuration;
     this.conn          = Conn;
     this.zhyyservice   = zhyyservice;
     this.dbConnection  = dbConnection;
 }
示例#4
0
 public IPBtesttestController(AbpvNextHISInterfaceDbContext dB, IConfiguration configuration, ICheckSqlConn conn, IZHYYDbMethods zhyyservice)
 {
     this.db          = dB;
     this.conn        = conn;
     this.zhyyservice = zhyyservice;
 }
 public OPBtestController(AbpvNextHISInterfaceDbContext db, IConfiguration configuration, ICheckSqlConn conn)
 {
     this.db            = db;
     this.configuration = configuration;
     this.conn          = conn;
 }