C# Class AppActs.API.Repository.SystemErrorRepository

Inheritance: ISystemErrorRepository
Show file Open project: Appacts/mobile-analytics-server Class Usage Examples

Public Methods

Method Description
Save ( SystemError systemError ) : void
SystemErrorRepository ( ISystemErrorMapper systemErrorMapper ) : System

Method Details

Save() public method

public Save ( SystemError systemError ) : void
systemError AppActs.API.Model.SystemError.SystemError
return void

SystemErrorRepository() public method

public SystemErrorRepository ( ISystemErrorMapper systemErrorMapper ) : System
systemErrorMapper ISystemErrorMapper
return System