Exemplo n.º 1
0
 public async Task <IEnumerable <Title> > GetTitles(string nameId) => await _titleHandler.Get(nameId, null);
Exemplo n.º 2
0
 public async Task <Title> Get(string id) => await _titleHandler.Get(id);