コード例 #1
0
ファイル: NavBatchViewComponent.cs プロジェクト: MDMS17/MYGIT
 public NavBatchViewComponent(IPah_Repository repo)
 {
     repository = repo;
 }
コード例 #2
0
 public PharmReportsController(IPah_Repository repo)
 {
     repository = repo;
 }
コード例 #3
0
 public PharmBatchesController(IPah_Repository repo)
 {
     repository = repo;
 }
コード例 #4
0
 public PahOptionsService(IPah_Repository repo)
 {
     repository = repo;
 }
コード例 #5
0
 public PharmSchedulesController(IPah_Repository repo, IOptions <ServiceUrl> config)
 {
     repository = repo;
     Config     = config;
 }
コード例 #6
0
 public NavScheduleViewComponent(IPah_Repository repo)
 {
     repository = repo;
 }