Beispiel #1
0
 private static void comandoDroneClerInventario(string uuid, DBStorage db)
 {
     db.clearDroneInventario(Guid.Parse(uuid));
 }