Updated daily report to show correct information when two work weeks split quarters.
Also current changes to project with Blazor implementation is implemented here as well.
This commit is contained in:
7
ReportingServices.Blazor/Services/AppData.cs
Normal file
7
ReportingServices.Blazor/Services/AppData.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace ReportingServices.Blazor.Services;
|
||||
|
||||
public class AppData
|
||||
{
|
||||
public DateTime StartDate { get; set; }
|
||||
public DateTime EndDate { get; set; }
|
||||
}
|
Reference in New Issue
Block a user