C# Class MvcApp.Controllers.API.AnswerController

Inheritance: ApiController
Afficher le fichier Open project: pebblecode/sharpen

Méthodes publiques

Свойство Type Description
Answers AnswersDto>.ConcurrentDictionary

Méthodes publiques

Méthode Description
Get ( System.Guid id ) : AnswersDto
Post ( AnswersDto answers ) : AnswersDto

Method Details

Get() public méthode

public Get ( System.Guid id ) : AnswersDto
id System.Guid
Résultat MvcApp.Models.AnswersDto

Post() public méthode

public Post ( AnswersDto answers ) : AnswersDto
answers MvcApp.Models.AnswersDto
Résultat MvcApp.Models.AnswersDto

Property Details

Answers public_oe static_oe property

public static ConcurrentDictionary Answers
Résultat AnswersDto>.ConcurrentDictionary