Ejemplo n.º 1
0
        //[RestAuthenticationAttribute]
        public IEnumerable <DriverItemInfo> getGetUserDriversList(CommonRequest request)
        {
            BLCommon common = new BLCommon();
            List <DriverItemInfo> driversList = common.GetEmployeesList(5, 10290, true).ToList <DriverItemInfo>();

            return(driversList);
        }