Ejemplo n.º 1
0
 public GetAllBrandsHandler(IBrandReader reader)
 {
     this.reader = reader;
 }
Ejemplo n.º 2
0
 public GetBrandByIdHandler(IBrandReader reader)
 {
     this.reader = reader;
 }