Ejemplo n.º 1
0
 public JsonResult GetGroupInfo()
 {
     return(Json(new { data = _partService.GetGroupInfo().ToViewModel() }));
 }