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