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