Beispiel #1
0
 public System.Threading.Tasks.Task <bool> UpdateReflashHistoryAsync(ClientAndServerCommons.DataClasses.ReflashHistory history)
 {
     return(base.Channel.UpdateReflashHistoryAsync(history));
 }
Beispiel #2
0
 public bool UpdateReflashHistory(ClientAndServerCommons.DataClasses.ReflashHistory history)
 {
     return(base.Channel.UpdateReflashHistory(history));
 }