Initial update endpoint working

This commit is contained in:
Steve Smith
2020-07-03 12:17:46 -04:00
parent f89c20ee64
commit 14fbb4284a
5 changed files with 87 additions and 0 deletions

View File

@@ -9,4 +9,5 @@
public string PictureUri { get; set; }
public decimal Price { get; set; }
}
}