Add Oracle integration

This commit is contained in:
fiodarsazanavets
2026-01-20 17:23:07 +00:00
parent 3dfa5a8c4c
commit 5390ef328f
173 changed files with 126168 additions and 1 deletions
@@ -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;