Method | Description | |
---|---|---|
Create ( long structureId, string name ) : |
||
Delete ( long structureId, string name ) : void | ||
Get ( long structureId, string name ) : |
||
GetAll ( long structureId ) : IQueryable |
||
RoleTypeManager ( |
public Create ( long structureId, string name ) : |
||
structureId | long | |
name | string | |
return |
public Delete ( long structureId, string name ) : void | ||
structureId | long | |
name | string | |
return | void |
public Get ( long structureId, string name ) : |
||
structureId | long | |
name | string | |
return |
public GetAll ( long structureId ) : IQueryable |
||
structureId | long | |
return | IQueryable |
public RoleTypeManager ( |
||
db | ||
return | System.Linq |