<?php
namespace App\Services\Reports;
use App\Models\ActivityGpcOutput;
use App\Services\SigdCrudService;
class GcomCrfService extends SigdCrudService
{
public function __construct(ActivityGpcOutput $model)
parent::__construct($model);
}