project flow completed
This commit is contained in:
@@ -11,3 +11,11 @@ import {Call} from '@wailsio/runtime';
|
||||
export async function Create() {
|
||||
return Call.ByName("company.Company.Create", ...Array.prototype.slice.call(arguments, 0));
|
||||
}
|
||||
|
||||
/**
|
||||
* @function Edit
|
||||
* @returns {Promise<void>}
|
||||
**/
|
||||
export async function Edit() {
|
||||
return Call.ByName("company.Company.Edit", ...Array.prototype.slice.call(arguments, 0));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user