예제 #1
0
 public string GetAllSoldProducts()
 {
     return(jsonHelper.serializeSoldToJSON(sp.ReturnListOfAllProducts()));
 }