コード例 #1
0
 public void DeleteOrders(int townId, bool isFrom)
 {
     Rep.DeleteMany(x => x.TownId == townId && x.IsFrom == isFrom);
 }