Method | Description | |
---|---|---|
GetModule ( int CompanyId, String ModuleName ) : List |
||
GetModule ( int ModuleId ) : |
||
GetModules ( int companyId, int userId, string role ) : IList |
||
ModuleController ( IAdminRepository repo ) : System | ||
PostModule ( [ module ) : int |
Method | Description | |
---|---|---|
BuildSubMenu ( List |
||
Options ( ) : |
||
PutModuleUpdate ( int id, [ module ) : bool |
public GetModule ( int CompanyId, String ModuleName ) : List |
||
CompanyId | int | |
ModuleName | String | |
return | List |
public GetModule ( int ModuleId ) : |
||
ModuleId | int | |
return |
public GetModules ( int companyId, int userId, string role ) : IList |
||
companyId | int | |
userId | int | |
role | string | |
return | IList |
public ModuleController ( IAdminRepository repo ) : System | ||
repo | IAdminRepository | |
return | System |