예제 #1
0
 public bool PublishResult(string RuleID, EnumMVErrorType Severity, string ErrorMsg)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public string DefineRule(string CategoryID, EnumMVErrorType Severity, string ErrorMsg)
 {
     throw new NotImplementedException();
 }