public BulletTypeService(IBulletTypeRepository iRepository) { this.repository = iRepository; }
public BulletTypeService() { this.repository = new BulletTypeRepository(); }