示例#1
0
 public void RemoveLot(int idLot)
 {
     _lotLogic.Remove(_lotLogic.GetById(idLot));
 }