C# Class CapRaffle.Models.Extensions

Mostrar archivo Open project: capgemini-stavanger/CapRaffle

Public Methods

Method Description
Error ( this controller, string message ) : void
Info ( this controller, string message ) : void
Success ( this controller, string message ) : void
Warning ( this controller, string message ) : void

Method Details

Error() public static method

public static Error ( this controller, string message ) : void
controller this
message string
return void

Info() public static method

public static Info ( this controller, string message ) : void
controller this
message string
return void

Success() public static method

public static Success ( this controller, string message ) : void
controller this
message string
return void

Warning() public static method

public static Warning ( this controller, string message ) : void
controller this
message string
return void