C# Class BatchGuy.App.Shared.Services.DisplayErrorMessageService

Inheritance: IDisplayErrorMessageService
Show file Open project: yaboy58/BatchGuy

Public Methods

Method Description
DisplayError ( ErrorMessage errorMessage ) : void

Method Details

DisplayError() public method

public DisplayError ( ErrorMessage errorMessage ) : void
errorMessage BatchGuy.App.Shared.Models.ErrorMessage
return void