<?php
/**
 * AbstractService.class.php
 * $author$
 */
namespace Common\Service;

abstract class AbstractService extends \Com\Service
{

}