Ejemplo n.º 1
0
 protected bool Error(ErrorMessage errorMessage, params object[] args)
 {
     return(Error(errorMessage.Resource, errorMessage.Category.ToString(), null, FormatMessageString(errorMessage.Resource, args)));
 }
Ejemplo n.º 2
0
 protected bool Error(ErrorMessage errorMessage)
 {
     return(Error(errorMessage.Resource, errorMessage.Category.ToString(), null, errorMessage.Resource));
 }