13 lines
228 B
PHP
Raw Normal View History

2019-01-13 17:02:15 +01:00
<?php
namespace App\Domain\RightManagement\RightRequestManagement;
/**
* Offers a Service for managing the rights.
*
* @author kevinfrantz
*/
interface RequestedUserRightFacadeInterface extends RequestedRightInterface
{
}