Beispiel #1
0
        public JsonResult GetBreakInformation()
        {
            List <BreakInformation> result = _IGetListValues.GetBreakInformation();

            return(jsonReturn.JsonResult <BreakInformation>(result));
        }
Beispiel #2
0
        public JsonResult Admin_GetCountry()
        {
            List <MasterCountryDTO> getResult = _iCountry.Admin_GetCountry();

            return(jsonReturn.JsonResult <MasterCountryDTO>(getResult));
        }