namespace Weifer.ShoppingApp.API.Models { public class ShoppingListDot { public Guid ShoppingListId { get; set; } public Guid CustomerId { get; set; } public string ShoppingListName { get; set; } } }