15 lines
324 B
C#
15 lines
324 B
C#
using System;
|
|
|
|
namespace BS.Shared.Services.Data
|
|
{
|
|
//public class CostRatePeriodInfo
|
|
//{
|
|
// public DateTime EndDate { get; set; }
|
|
|
|
// public decimal HourlyRate { get; set; }
|
|
|
|
// public decimal RateFactor { get; set; }
|
|
|
|
// public DateTime StartDate { get; set; }
|
|
//}
|
|
} |