C# Class IsraelHiking.DataAccess.GPSBabel.GpsBabelGateway

Inheritance: IGpsBabelGateway
Exibir arquivo Open project: IsraelHikingMap/Site

Public Methods

Method Description
ConvertFileFromat ( byte content, string inputFormat, string outputFormat ) : Task
GpsBabelGateway ( ILogger logger, IProcessHelper processHelper ) : System.Configuration

Method Details

ConvertFileFromat() public method

public ConvertFileFromat ( byte content, string inputFormat, string outputFormat ) : Task
content byte
inputFormat string
outputFormat string
return Task

GpsBabelGateway() public method

public GpsBabelGateway ( ILogger logger, IProcessHelper processHelper ) : System.Configuration
logger ILogger
processHelper IProcessHelper
return System.Configuration