Ejemplo n.º 1
0
 public TimeSeriesResponseType GetValuesForASiteObject(string site, string StartDate, string EndDate, string authToken)
 {
     //GlobalClass.WaterAuth.DataValuesServiceAllowed(Context, authToken);
     return(ODws.GetValuesForASite(site, StartDate, EndDate));
 }