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