C# 클래스 MvcApp.Controllers.API.AnswerController

상속: ApiController
파일 보기 프로젝트 열기: pebblecode/sharpen

공개 프로퍼티들

프로퍼티 타입 설명
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