C# 클래스 CloudMedicApi.Controllers.PrescriptionsController

상속: ApiController
파일 보기 프로젝트 열기: crypteron/cloudmedic

공개 메소드들

메소드 설명
PrescriptionsController ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
DeletePrescription ( System.Guid id ) : Task
GetPrescription ( System.Guid id ) : Task
GetPrescriptions ( string providerId ) : Task
PostPrescription ( PrescribeBindingModel model ) : Task
PrescriptionExists ( System.Guid id ) : bool
UpdatePrescription ( UpdatePrescriptionBindingModel model ) : Task

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

PrescriptionsController() 공개 메소드

public PrescriptionsController ( ) : System
리턴 System