wip
This commit is contained in:
13
ClientApp/Models/ClientInfo.cs
Normal file
13
ClientApp/Models/ClientInfo.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using ClientApp.Utils;
|
||||
|
||||
namespace ClientApp.Models
|
||||
{
|
||||
class ClientInfo : ObservableObject
|
||||
{
|
||||
public string FirstName { get; set; }
|
||||
public string LastName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user