Refactored code, restructured project organization, and added new unit tests.

This commit is contained in:
Daniel Wathen
2022-12-13 12:11:28 -07:00
parent 8f96e31121
commit b5def3da89
33 changed files with 670 additions and 418 deletions

View File

@ -1,8 +1,7 @@
@using ReportingServices.ReportingObjects
@model ReportingServices.Models.ProductionReport.DailyReport
@using ReportingServices.ViewModels.ProductionReport
@using ReportingServices.Models.ProductionReport
@model DailyReport
@{
int ASMAvailablePct = 0;
int EPPAvailablePct = 0;
int HTRAvailablePct = 0;

View File

@ -1,4 +1,5 @@
@model ReportingServices.ReportingObjects.ManualReportEntries
@using ReportingServices.Models.ProductionReport
@model ManualReportEntries
@{
ViewData["Title"] = "Edit Daily Passdown | Mesa Reporting Services";