コード例 #1
0
 public async Task <List <T> > GetAll()
 {
     return(await _context.Set <T>().ToListAsync());
 }