Beispiel #1
0
 public int AddLot(Lot NewData, List <Tag> Tags)
 {
     return(DataBase.AddLot(NewData, Tags));
 }