В моей Папке моделей, в моем классе GuestResponse. Мой визуальный базовый проект называется PartyInvates1.0
. Почему возникает ошибка?
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace PartyInvates1.0.Models
{
public class GuestResponse
{
public string Name { get; set; }
}
}