Method | Description | |
---|---|---|
AddStuffToInbox ( |
||
AllStuffInInbox ( ) : IList |
||
GetByStuffId ( string stuffId ) : |
||
InboxRepository ( ISQLiteConnectionFactory sqlConnectionFactory ) : System.Collections.Generic | ||
TrashStuff ( |
public AddStuffToInbox ( |
||
itemOfStuff | ||
return | void |
public GetByStuffId ( string stuffId ) : |
||
stuffId | string | |
return |
public InboxRepository ( ISQLiteConnectionFactory sqlConnectionFactory ) : System.Collections.Generic | ||
sqlConnectionFactory | ISQLiteConnectionFactory | |
return | System.Collections.Generic |
public TrashStuff ( |
||
itemOfStuff | ||
return | void |