22 lines
530 B
JavaScript
22 lines
530 B
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
import {Call} from '@wailsio/runtime';
|
|
|
|
/**
|
|
* @function Create
|
|
* @returns {Promise<void>}
|
|
**/
|
|
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));
|
|
}
|