示例#1
0
 public void SetDetails(clsCategory prCategory)
 {
     _Category = prCategory;
     updateForm();
     updateDisplay();
     Show();
 }
示例#2
0
 internal static async Task <string> UpdateCategoryAsync(clsCategory prCategory)
 {
     return(await InsertOrUpdateAsync(prCategory, "http://localhost:60065/api/shop/PutCategory", "PUT"));
 }