C# Class CapRaffle.Models.Extensions

Afficher le fichier Open project: capgemini-stavanger/CapRaffle

Méthodes publiques

Méthode 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 méthode

public static Error ( this controller, string message ) : void
controller this
message string
Résultat void

Info() public static méthode

public static Info ( this controller, string message ) : void
controller this
message string
Résultat void

Success() public static méthode

public static Success ( this controller, string message ) : void
controller this
message string
Résultat void

Warning() public static méthode

public static Warning ( this controller, string message ) : void
controller this
message string
Résultat void