示例#1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="eventCode"></param>
 /// <returns></returns>
 private static IEnumerable <Error> GetErrors(EventCode eventCode)
 {
     return(eventCode.GetErrorsFromAllEntityValidators());
 }