Exemplo n.º 1
0
 public static long GetCount(string optrType)
 {
     return(EquipmentOffline.GetCount(CK.K["OptrType"] == optrType && (CK.K["OfflineResultConfirm"] == "" || CK.K["OfflineResultConfirm"] == null)));
 }