public async Task <bool> SaveEmployee(Employee e) { return(await Post <DtoEmployee, bool>("SaveEmployee", EmployeeConverter.ViewModelToDto(e))); }