Example #1
0
 public List <SysRole> getSysRoleByOperator(long @operator)
 {
     return(_db.UP_GetRoleByOperator(@operator).ToList());
 }