public static bool Verify(ErrorMessageId id, string actualError, params string[] args)
 {
     return(true);
 }
Exemple #2
0
 public static bool Verify(ErrorMessageId id, string actualError, params string[] args)
 {
     return true;
 }