Exemplo n.º 1
0
        public ActionResult <CommonResponeModel> Get()
        {
            Data   = navigationRepository.Get();
            Result = new SuccessResultFactory().Factory(ActionType.Select);

            return(GetCommonRespone());
        }
Exemplo n.º 2
0
 public IActionResult Get()
 {
     return(Json(navigationRepository.Get()));
 }