I have table consisting of two columns; one is empid and other is currencyid
currency id values are 1 and 2; 1 means inr symbol and 2 means dollar symbol
empid 1 has only access to currency id 2 and empid 2 has access to both currency ids 1 & 2.
Stored procedure must return currencyid or currencyids based on empid as well in web api.