コード例 #1
0
 public BulletTypeService(IBulletTypeRepository iRepository)
 {
     this.repository = iRepository;
 }
コード例 #2
0
 public BulletTypeService()
 {
     this.repository = new BulletTypeRepository();
 }