Beispiel #1
0
 public IHttpActionResult getProductTypeList()
 {
     return(Json(_productTypeService.GetAllProductType().ToList()));
 }