talkspace templates added
This commit is contained in:
8
Account_SQLite/Data/Account.cs
Normal file
8
Account_SQLite/Data/Account.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Account_SQLite.Data
|
||||
{
|
||||
public class Account
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user