C# Class PlayStation_App.Database.StickersDatabase

Show file Open project: drasticactions/Pureisuteshon-App

Public Methods

Method Description
GetStickers ( ) : Task>
InsertSticker ( StickerResponse sticker ) : Task
InsertStickers ( List stickers ) : Task
RemoveSticker ( StickerResponse sticker ) : System.Threading.Tasks.Task
RemoveStickers ( ) : System.Threading.Tasks.Task
StickersDatabase ( ISQLitePlatform platform, string location ) : System

Method Details

GetStickers() public method

public GetStickers ( ) : Task>
return Task>

InsertSticker() public method

public InsertSticker ( StickerResponse sticker ) : Task
sticker PlayStation_App.Models.Response.StickerResponse
return Task

InsertStickers() public method

public InsertStickers ( List stickers ) : Task
stickers List
return Task

RemoveSticker() public method

public RemoveSticker ( StickerResponse sticker ) : System.Threading.Tasks.Task
sticker PlayStation_App.Models.Response.StickerResponse
return System.Threading.Tasks.Task

RemoveStickers() public method

public RemoveStickers ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

StickersDatabase() public method

public StickersDatabase ( ISQLitePlatform platform, string location ) : System
platform ISQLitePlatform
location string
return System