public class ProductsController : ApiController { public IEnumerable Get() { return GetAllProductsFromDB(); } }