Implement brewery repo, SQL procs and tests

This commit is contained in:
Aaron Po
2026-03-29 15:41:23 -04:00
parent 7fc9ea03ef
commit 56c83db207
6 changed files with 228 additions and 38 deletions

View File

@@ -9,4 +9,5 @@ public class BreweryPost
public DateTime CreatedAt { get; set; }
public DateTime? UpdatedAt { get; set; }
public byte[]? Timer { get; set; }
public BreweryPostLocation? Location { get; set; }
}