Exemple #1
0
 public HazmatController(IHazmatRepository hazmatRepository)
 {
     this.hazmatRepository = hazmatRepository;
 }
Exemple #2
0
 public HazmatController()
 {
     this.hazmatRepository = new HazmatRepository(new HazmatContext());
 }