public decimal ConvertFromTimedData(string perf)
 {
     return(DataEntrySvcStaticImpl.ConvertFromTimedData(perf));
 }
 public string ConvertToTimedData(decimal perf)
 {
     return(DataEntrySvcStaticImpl.ConvertToTimedData(perf));
 }
 public Dictionary <string, List <Performance> > AddPerformanceToEvent(Dictionary <string, List <Performance> > perfList, string eventName, Performance perfToAdd)
 {
     return(DataEntrySvcStaticImpl.AddPerformanceToEvent(perfList, eventName, perfToAdd));
 }