C# Class Gtd.Client.Core.Services.Inbox.InboxService

Inheritance: IInboxService
Mostrar archivo Open project: beingtheworst/btw-gtd

Public Methods

Method Description
AddStuffToInbox ( ItemOfStuff itemOfStuff ) : void
AllStuffInInbox ( ) : IList
GetByStuffId ( string stuffId ) : ItemOfStuff
InboxService ( IInboxRepository inboxRepository, IMvxMessenger mvxMessenger ) : System.Collections.Generic
TrashStuff ( ItemOfStuff itemOfStuff ) : void

Method Details

AddStuffToInbox() public method

public AddStuffToInbox ( ItemOfStuff itemOfStuff ) : void
itemOfStuff Gtd.Client.Core.Models.ItemOfStuff
return void

AllStuffInInbox() public method

public AllStuffInInbox ( ) : IList
return IList

GetByStuffId() public method

public GetByStuffId ( string stuffId ) : ItemOfStuff
stuffId string
return Gtd.Client.Core.Models.ItemOfStuff

InboxService() public method

public InboxService ( IInboxRepository inboxRepository, IMvxMessenger mvxMessenger ) : System.Collections.Generic
inboxRepository IInboxRepository
mvxMessenger IMvxMessenger
return System.Collections.Generic

TrashStuff() public method

public TrashStuff ( ItemOfStuff itemOfStuff ) : void
itemOfStuff Gtd.Client.Core.Models.ItemOfStuff
return void