/* * SimpleCommand.cpp * * Created on: 4 нояб. 2021 г. * Author: alexander */ #include "SimpleCommand.hpp" template void SimpleCommand::Execute() { (_receiver->*_action)(); }