Example #1
0
 public async Task <IActionResult> GetColorCodes()
 {
     return(Ok(await _colorCodeRepository.ListAllAsync()));
 }