на стороне Angular у меня есть запрос:
Код: Выделить всё
http.get(url)
Код: Выделить всё
export interface RecordSummary
{
Id: number;
Name: string;
}
Код: Выделить всё
public class FulLRecord {
public int Id { get; set; }
public string Name { get; set; }
public string Age { get; set; }
public Color Color { get; set; }
...
}
Подробнее здесь: https://stackoverflow.com/questions/758 ... ested-data