示例#1
0
 public async virtual Task <List <Contact> > GetContactsAsync()
 {
     return(await Contacts.AsNoTracking().ToListAsync());
 }