Ejemplo n.º 1
0
 // ASYNCHRONOUS
 public async Task <Title> GetTitleByIdAsync(string id)
 {
     return(await _data.GetTitleByIdAsync(id));
 }