...docker test
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Chrono.Model;
|
||||
|
||||
public class CardNote
|
||||
{
|
||||
public string CardName { get; set; } = "";
|
||||
public string Note { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user