C# Class BrowserCalls.Web.Test.Model.InMemoryTicketsRepository

Inheritance: ITicketsRepository
显示文件 Open project: TwilioDevEd/browser-calls-csharp Class Usage Examples

Public Methods

Method Description
All ( ) : IEnumerable
Create ( Ticket ticket ) : void

Method Details

All() public method

public All ( ) : IEnumerable
return IEnumerable

Create() public method

public Create ( Ticket ticket ) : void
ticket BrowserCalls.Web.Models.Ticket
return void