C# Class Elfar.Data.DbErrorLogProvider

Inheritance: ErrorLogProvider
Mostrar archivo Open project: stevenbey/elfar

Public Methods

Method Description
Delete ( System.Guid id ) : void
Get ( System.Guid id ) : ErrorLog
List ( ) : IList
Save ( ErrorLog errorLog ) : void

Protected Methods

Method Description
DbErrorLogProvider ( ) : System

Method Details

DbErrorLogProvider() protected method

protected DbErrorLogProvider ( ) : System
return System

Delete() public method

public Delete ( System.Guid id ) : void
id System.Guid
return void

Get() public method

public Get ( System.Guid id ) : ErrorLog
id System.Guid
return ErrorLog

List() public method

public List ( ) : IList
return IList

Save() public method

public Save ( ErrorLog errorLog ) : void
errorLog ErrorLog
return void