mirror of
https://github.com/fiodarsazanavets/aspire-13-examples.git
synced 2026-06-20 12:23:14 +00:00
Add Oracle integration
This commit is contained in:
@@ -8,7 +8,7 @@ public class Product
|
||||
public int Id { get; set; }
|
||||
|
||||
[MaxLength(100)]
|
||||
string Title { get; set; } = string.Empty;
|
||||
public string Title { get; set; } = string.Empty;
|
||||
|
||||
[MaxLength(2100)]
|
||||
public string Summary { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user