C# 클래스 WpfApplication.Domain.InMemoryPartyInviteeRepository

상속: IPartyInviteeRepository
파일 보기 프로젝트 열기: RookieOne/WPF-Input-Validation

공개 메소드들

메소드 설명
Add ( PartyInvitee invitee ) : void
GetAllInvitees ( ) : IEnumerable
InMemoryPartyInviteeRepository ( ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

public Add ( PartyInvitee invitee ) : void
invitee PartyInvitee
리턴 void

GetAllInvitees() 공개 메소드

public GetAllInvitees ( ) : IEnumerable
리턴 IEnumerable

InMemoryPartyInviteeRepository() 공개 메소드

public InMemoryPartyInviteeRepository ( ) : System.Collections.Generic
리턴 System.Collections.Generic