Example #1
0
 public NavBatchViewComponent(IPah_Repository repo)
 {
     repository = repo;
 }
Example #2
0
 public PharmReportsController(IPah_Repository repo)
 {
     repository = repo;
 }
Example #3
0
 public PharmBatchesController(IPah_Repository repo)
 {
     repository = repo;
 }
Example #4
0
 public PahOptionsService(IPah_Repository repo)
 {
     repository = repo;
 }
Example #5
0
 public PharmSchedulesController(IPah_Repository repo, IOptions <ServiceUrl> config)
 {
     repository = repo;
     Config     = config;
 }
Example #6
0
 public NavScheduleViewComponent(IPah_Repository repo)
 {
     repository = repo;
 }