Example #1
0
        public HttpResponseMessage GetHocKies(DataSourceLoadOptions loadOptions)
        {
            var obj = DataSourceLoader.Load(_lopHocPhanService.GetHocKies(), loadOptions);

            return(Request.CreateResponse(obj));
        }