Refactored code, restructured project organization, and added new unit tests.
This commit is contained in:
@ -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;
|
||||
|
@ -1,4 +1,5 @@
|
||||
@model ReportingServices.ReportingObjects.ManualReportEntries
|
||||
@using ReportingServices.Models.ProductionReport
|
||||
@model ManualReportEntries
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Edit Daily Passdown | Mesa Reporting Services";
|
||||
|
Reference in New Issue
Block a user