示例#1
0
 public RxController(Services.ReservationService resvSvr
                     , Services.weixinService wxSvr
                     , AHMSEntitiesSqlServer db
                     )
 {
     _resvSvr = resvSvr;
     _wxSvr   = wxSvr;
     _db      = db;
 }
示例#2
0
 public BaseDBController(AHMSEntitiesSqlServer db) : base(db)
 {
 }
示例#3
0
 public CustomerHeathMgr(AHMSEntitiesSqlServer db) : base(db)
 {
 }
示例#4
0
文件: Business.cs 项目: iJzFan/backup
 public Business(AHMSEntitiesSqlServer db) : base(db)
 {
 }
示例#5
0
文件: Common.cs 项目: iJzFan/backup
 public Common(AHMSEntitiesSqlServer db) : base(db) { }