First Initial
This commit is contained in:
12
Utils/Models/GuidModel.cs
Normal file
12
Utils/Models/GuidModel.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TTSW.Utils
|
||||
{
|
||||
public class GuidModel
|
||||
{
|
||||
public Guid id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user