示例#1
0
 public async Task <List <Products> > PostRange([FromBody] List <Products> products)
 {
     return(await _context.CreateRange(products));
 }