示例#1
0
 /// <summary>
 /// Get all NTE Records from NMD_N01_APP_STATS
 /// </summary>
 public static List <NTE> GetAllNTERecords(this NMD_N01_APP_STATS message)
 {
     return(message.GetAllRecords <NTE>("NTERepetitionsUsed", "GetNTE"));
 }