Beispiel #1
0
 public async Task <Scheduling> UpdateAsync(SchedulingVO entity)
 {
     return(await _repository.UpdateAsync(_converter.Parse(entity)));
 }