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