C# Класс MvcApp.Controllers.API.AnswerController

Наследование: ApiController
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Answers AnswersDto>.ConcurrentDictionary

Открытые методы

Метод Описание
Get ( System.Guid id ) : AnswersDto
Post ( AnswersDto answers ) : AnswersDto

Описание методов

Get() публичный Метод

public Get ( System.Guid id ) : AnswersDto
id System.Guid
Результат MvcApp.Models.AnswersDto

Post() публичный Метод

public Post ( AnswersDto answers ) : AnswersDto
answers MvcApp.Models.AnswersDto
Результат MvcApp.Models.AnswersDto

Описание свойств

Answers публичное статическое свойство

public static ConcurrentDictionary Answers
Результат AnswersDto>.ConcurrentDictionary