C# Class MvcApp.Controllers.API.AnswerController

Inheritance: ApiController
Datei anzeigen Open project: pebblecode/sharpen

Public Properties

Property Type Description
Answers AnswersDto>.ConcurrentDictionary

Public Methods

Method Description
Get ( System.Guid id ) : AnswersDto
Post ( AnswersDto answers ) : AnswersDto

Method Details

Get() public method

public Get ( System.Guid id ) : AnswersDto
id System.Guid
return MvcApp.Models.AnswersDto

Post() public method

public Post ( AnswersDto answers ) : AnswersDto
answers MvcApp.Models.AnswersDto
return MvcApp.Models.AnswersDto

Property Details

Answers public_oe static_oe property

public static ConcurrentDictionary Answers
return AnswersDto>.ConcurrentDictionary