Click or drag to resize
Infosoft Logo

ISystemRoleService Interface

Defines operations for retrieving data related to system roles.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Users
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface ISystemRoleService : IBusinessService

The ISystemRoleService type exposes the following members.

Methods
 NameDescription
Public methodGetAllSystemRoles Gets all system roles.
Public methodGetSystemRoleByCode Gets the role with the given code.
Public methodGetSystemRoleById Gets the role with the given ID.
Top
See Also