Esempio n. 1
0
 public async Task <IActionResult> GetSizesByProductId(Guid id)
 {
     return(Ok(await sizeService.GetSizesByProductId(id)));
 }