C# Class UpkManager.Repository.Services.ExceptionRepository

Inheritance: IExceptionRepository
Mostra file Open project: stricq/UPKManager

Public Methods

Method Description
SaveExceptionAsync ( DomainUpkManagerException Exception ) : System.Threading.Tasks.Task

Private Methods

Method Description
ExceptionRepository ( IMapper Mapper ) : System.ComponentModel.Composition

Method Details

SaveExceptionAsync() public method

public SaveExceptionAsync ( DomainUpkManagerException Exception ) : System.Threading.Tasks.Task
Exception UpkManager.Domain.Models.DomainUpkManagerException
return System.Threading.Tasks.Task