Generic Lookup – API Architecture for general purpose
Often as developers, we come across situations where we need to implement a new drop-down with a new set of data, something as simple as a list of occupations with two properties (let’s call them Id and Description). The solution seems straight forward: A controller… Read More »Generic Lookup – API Architecture for general purpose