Cannot convert type 'System.Collections.Generic.List< >' to 'System.Collections.Generic.IList< >' c# MongoDB

后端 未结 0 1822
遥遥无期
遥遥无期 2021-01-05 12:13
var testa = await _cartCollection.Find(x => x.id_cart == entity.id_cart).ToListAsync();
List cart = testa.ToList();

i want

相关标签:
回答
  • 消灭零回复
提交回复
热议问题