Esempio n. 1
0
 public async Task <IEnumerable <Attachments> > GetAttachments()
 {
     return(await _attachmentRepository.All().ToListAsync());
 }