Example #1
0
 public GunTypeService(IGunTypeRepository iRepository)
 {
     this.repository = iRepository;
 }
Example #2
0
 public GunTypeService()
 {
     this.repository = new GunTypeRepository();
 }