C# Class PaintStore.BackEnd.Controllers.BackgroundUploader

Show file Open project: wojtek-rak/PaintStore Class Usage Examples

Public Methods

Method Description
BackgroundUploader ( Account acc, string filename, Stream stream ) : System.Collections.Generic
Upload ( ) : List

Method Details

BackgroundUploader() public method

public BackgroundUploader ( Account acc, string filename, Stream stream ) : System.Collections.Generic
acc Account
filename string
stream Stream
return System.Collections.Generic

Upload() public method

public Upload ( ) : List
return List