Change class guardian to public so the child crud form can read the Guardian object off the Guardian crud form.

This commit is contained in:
kougyokugentou 2021-01-27 14:06:59 -08:00
parent 68e67516c0
commit 94c406b646

View File

@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace GreatHomeChildcare.Models
{
class Guardian
public class Guardian
{
public int id { get; set; }
public string FirstName { get; set; }