<?php

 namespace Application\Aftm\services;

 use Application\Tops\services\TServiceCommand;

 class ServiceNameCommand  extends TServiceCommand
 {
     protected function run()
     {

     }
 }