// @ts-check // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT import {Call} from '@wailsio/runtime'; /** * @function Companies * @returns {Promise} **/ export async function Companies() { return Call.ByName("dbsrv.Srv.Companies", ...Array.prototype.slice.call(arguments, 0)); } /** * @function CreateCompany * @param name {string} * @param memberNumber {string} * @param username {string} * @param password {string} * @returns {Promise} **/ export async function CreateCompany(name, memberNumber, username, password) { return Call.ByName("dbsrv.Srv.CreateCompany", ...Array.prototype.slice.call(arguments, 0)); }