public bool DeleteGLAccount(GLAccount pGLAccount) => mBlue10Async.DeleteGLAccountAsync(pGLAccount).Sync();
public async Task <bool> DeleteGLAccount(GLAccount pGLAccount) { return(await mAsyncCLient.DeleteGLAccountAsync(pGLAccount)); }