Ejemplo n.º 1
0
 ///<summary>The values returned are sent to the webserver.</summary>
 public static List <long> GetChangedSinceDiseaseNums(DateTime changedSince, List <long> eligibleForUploadPatNumList)
 {
     return(Diseases.GetChangedSinceDiseaseNums(changedSince, eligibleForUploadPatNumList));
 }