C# Class BrowserCalls.Web.Models.Repository.TicketsRepository

Inheritance: ITicketsRepository
Show file Open project: TwilioDevEd/browser-calls-csharp

Public Methods

Method Description
All ( ) : IEnumerable
Create ( Ticket ticket ) : void
TicketsRepository ( ) : System.Collections.Generic

Method Details

All() public method

public All ( ) : IEnumerable
return IEnumerable

Create() public method

public Create ( Ticket ticket ) : void
ticket Ticket
return void

TicketsRepository() public method

public TicketsRepository ( ) : System.Collections.Generic
return System.Collections.Generic