public static async Task <bool> UpdateDriver(Driver _driver) { ; return(await MichoferRestService.Put(_driver)); }
public static async Task <bool> UpdateCompany(Company _company) { ; return(await MichoferRestService.Put(_company)); }