Example #1
0
 public Procedure GetProcedure(long id) => Procedure_repo.GetFirst(a => a.ProcedureId == id);