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