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