C# 클래스 AppointmentReminders.Web.Models.Repository.AppointmentRepository

상속: IAppointmentRepository
파일 보기 프로젝트 열기: TwilioDevEd/appointment-reminders-csharp

공개 메소드들

메소드 설명
Create ( Appointment appointment ) : void
Delete ( int id ) : void
FindAll ( ) : IEnumerable
FindById ( int id ) : Appointment
Update ( Appointment appointment ) : void

메소드 상세

Create() 공개 메소드

public Create ( Appointment appointment ) : void
appointment Appointment
리턴 void

Delete() 공개 메소드

public Delete ( int id ) : void
id int
리턴 void

FindAll() 공개 메소드

public FindAll ( ) : IEnumerable
리턴 IEnumerable

FindById() 공개 메소드

public FindById ( int id ) : Appointment
id int
리턴 Appointment

Update() 공개 메소드

public Update ( Appointment appointment ) : void
appointment Appointment
리턴 void