Need DB III

This commit is contained in:
2023-02-08 10:50:03 -07:00
parent 78567f9e39
commit 131abcd3cd
5 changed files with 32 additions and 14 deletions

View File

@ -40,4 +40,5 @@ public class PinController : Controller, IPinController<IActionResult>
string? bioRad = HttpContext.Session.GetString(((int)IPinRepository.ToolId.BioRad).ToString());
return Json(_PinRepository.GetPinnedTable(_MetrologyRepository, id, bioRad, cde), new JsonSerializerOptions { PropertyNamingPolicy = null, WriteIndented = true });
}
}