DB added and more
This commit is contained in:
12
TOOHUCardAPI/Data/Models/EncodedCardGroup.cs
Normal file
12
TOOHUCardAPI/Data/Models/EncodedCardGroup.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace TOOHUCardAPI.Data.Models
|
||||
{
|
||||
public class EncodedCardGroup
|
||||
{
|
||||
[Key]
|
||||
public int Id { get; set; }
|
||||
public int CardGroupNumber { get; set; }
|
||||
public string EncodedString { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user