예제 #1
0
 public async Task <IActionResult> BreadCrumb(string id, string view)
 {
     return(Ok(await _ShareService.GetBreadCrumbData(id, view)));
 }