示例#1
0
 public async Task Inserir(IEnumerable <Parcela> parcelas)
 {
     await _efContext.AddRangeAsync(parcelas);
 }