USP_SYSTEMROLE_GETLIST
Definition
Copy
create procedure dbo.USP_SYSTEMROLE_GETLIST
as
select ID, NAME
from dbo.SYSTEMROLE
order by NAME