Exemplo n.º 1
0
 public IActionResult GetAllColors()
 {
     return(Ok(_colorRepo.GetAll()));
 }
Exemplo n.º 2
0
 public IEnumerable <PartColorModel> GetAll()
 {
     return(ColorRepo.GetAll());
 }