Skip to content

Commit

Permalink
DnaExtract Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinkobit committed Jul 26, 2023
1 parent 7de7817 commit 61841ee
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 442 deletions.
2 changes: 1 addition & 1 deletion Labtracker/Controllers/DnaExtractExcelController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public ActionResult Index(HttpPostedFileBase upload)
context.Dnaextracts.Add(tbgdnaextractupdates);
context.SaveChanges();


}
}
catch (Exception ex1)
Expand Down
Loading

0 comments on commit 61841ee

Please sign in to comment.