예제 #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) { }