Method | Description | |
---|---|---|
AddModule ( |
||
GetModule ( int moduleId ) : |
||
GetModules ( ) : List |
||
GetModules ( int companyid, string modulename ) : List |
||
GetModulesByCompany ( int companyid ) : List |
||
GetModulesByUser ( int userid ) : List |
||
UpdateModule ( int moduleId, |
public AddModule ( |
||
module | ||
return | int |
public GetModule ( int moduleId ) : |
||
moduleId | int | |
return |
public GetModules ( int companyid, string modulename ) : List |
||
companyid | int | |
modulename | string | |
return | List |
public GetModulesByCompany ( int companyid ) : List |
||
companyid | int | |
return | List |
public GetModulesByUser ( int userid ) : List |
||
userid | int | |
return | List |
public UpdateModule ( int moduleId, |
||
moduleId | int | |
module | ||
return | bool |