Exemplo n.º 1
0
 public List <SysPrivilege> getPrivilegeByOperator(long @operator)
 {
     return(db.UP_GetOperatorPrivilege(@operator).ToList());
 }