Exemplo n.º 1
0
 public Task InsertManyAsync(ICollection <TDocumentDTO> documents)
 {
     return(_servicoBase.InsertManyAsync(_mapper.Map <ICollection <TDocument> >(documents)));
 }