コード例 #1
0
 public RxController(Services.ReservationService resvSvr
                     , Services.weixinService wxSvr
                     , AHMSEntitiesSqlServer db
                     )
 {
     _resvSvr = resvSvr;
     _wxSvr   = wxSvr;
     _db      = db;
 }
コード例 #2
0
ファイル: BaseController.cs プロジェクト: iJzFan/backup
 public BaseDBController(AHMSEntitiesSqlServer db) : base(db)
 {
 }
コード例 #3
0
ファイル: CustomerHeathMgr.cs プロジェクト: iJzFan/backup
 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) { }