Add project files.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PWAPPv2.Source
|
||||
{
|
||||
class Patient
|
||||
{
|
||||
public string FName;
|
||||
public string MName;
|
||||
public string LName;
|
||||
public string DoB;
|
||||
public string Address;
|
||||
public string City;
|
||||
public string State;
|
||||
public string Zip;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user