C# 클래스 IVRRecording.Web.Models.Repository.AgentRepository

상속: IAgentRepository
파일 보기 프로젝트 열기: TwilioDevEd/ivr-recording-csharp

공개 메소드들

메소드 설명
AgentRepository ( ) : System.Collections.Generic
All ( ) : IEnumerable
FindByExtension ( string extension ) : Agent

메소드 상세

AgentRepository() 공개 메소드

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

All() 공개 메소드

public All ( ) : IEnumerable
리턴 IEnumerable

FindByExtension() 공개 메소드

public FindByExtension ( string extension ) : Agent
extension string
리턴 Agent