Exemplo n.º 1
0
 public JsonResult GetTSSInfo()
 {
     return(Json(new { data = _partService.GetTSSItems().ToViewModel() }));
 }