Esempio n. 1
0
 // ASYNCHRONOUS
 public async Task <bool> DeleteTitleAsync(string id)
 {
     return(await _data.DeleteTitleAsync(id));
 }