Exemple #1
0
        ///<summary>The values returned are sent to the webserver.</summary>
        public static List <RxPatm> GetMultRxPats(List <long> rxNums)
        {
            List <RxPat>  rxList  = RxPats.GetMultRxPats(rxNums);
            List <RxPatm> RxmList = ConvertListToM(rxList);

            return(RxmList);
        }
Exemple #2
0
 ///<summary>The values returned are sent to the webserver.</summary>
 public static List <long> GetChangedSinceRxNums(DateTime changedSince)
 {
     return(RxPats.GetChangedSinceRxNums(changedSince));
 }