Esempio n. 1
0
 public async Task <bool> UpdateTitleAsync(Title title)
 {
     return(await _data.UpdateTitleAsync(title));
 }