new sidbar - client changes - vafa
This commit is contained in:
10
CompanyManagment.App.Contracts/RollCall/GroupedRollCalls.cs
Normal file
10
CompanyManagment.App.Contracts/RollCall/GroupedRollCalls.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace CompanyManagment.App.Contracts.RollCall;
|
||||
|
||||
public class GroupedRollCalls
|
||||
{
|
||||
public TimeSpan SumOneDaySpan { get; set; }
|
||||
public TimeSpan AfterSubtractRestSpan { get; set; }
|
||||
public DateTime CreationDate { get; set; }
|
||||
}
|
||||
@@ -13,4 +13,5 @@ public class RollCallViewModel
|
||||
public int Year { get; set; }
|
||||
public int Month { get; set; }
|
||||
public TimeSpan ShiftSpan { get; set; }
|
||||
public DateTime CreationDate { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user