10 lines
234 B
C#
10 lines
234 B
C#
namespace ReportingServices.ReportingObjects
|
|
{
|
|
public class ReactorOutsByRDS
|
|
{
|
|
public string RDS_NO { get; set; }
|
|
public string Units { get; set; }
|
|
public string EndProcessTime { get; set; }
|
|
}
|
|
}
|