public async Task <IActionResult> Details(int id) { var tenant = await _objTenant.GetTenantbyId(id); return(Ok(tenant)); }