Drinks: models and boilerplate
This commit is contained in:
13
EstusShots.Shared/Dto/Drink.cs
Normal file
13
EstusShots.Shared/Dto/Drink.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace EstusShots.Shared.Dto
|
||||
{
|
||||
public class Drink
|
||||
{
|
||||
public Guid DrinkId { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public double Vol { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user