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