profileShare

rasmusjy / splitapp-backend-clean-onion

Read-only snapshot

No repository description.

main default branch 429 files Expires Sep 13, 2026, 9:06 AM
EWishlistCategory.cs 108 bytes
1 namespace App.Domain;
2
3 public enum EWishlistCategory
4 {
5 Place,
6 Activity,
7 Restaurant,
8 Other
9 }
10