Пример #1
0
 private static void comandoRobClerInventario(string uuid, DBStorage db)
 {
     db.clearRobotInventario(Guid.Parse(uuid));
 }