@@ -1,7 +1,4 @@
|
||||
using System;
|
||||
using IRaCIS.Core.Infrastructure.Extention;
|
||||
|
||||
namespace IRaCIS.Application.Contracts
|
||||
namespace IRaCIS.Application.Contracts
|
||||
{
|
||||
public class CROCompanyDTO
|
||||
{
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
using System;
|
||||
using IRaCIS.Core.Infrastructure.Extention;
|
||||
|
||||
namespace IRaCIS.Application.Contracts
|
||||
namespace IRaCIS.Application.Contracts
|
||||
{
|
||||
public class HospitalDTO : HospitalCommand
|
||||
{
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
using System;
|
||||
using IRaCIS.Core.Infrastructure.Extention;
|
||||
|
||||
namespace IRaCIS.Application.Contracts
|
||||
namespace IRaCIS.Application.Contracts
|
||||
{
|
||||
public class SiteDTO: SiteCommand
|
||||
public class SiteDTO : SiteCommand
|
||||
{
|
||||
public DateTime CreateTime { get; set; }
|
||||
public DateTime CreateTime { get; set; }
|
||||
}
|
||||
|
||||
public class SiteCommand
|
||||
@@ -24,7 +21,7 @@ namespace IRaCIS.Application.Contracts
|
||||
public string AliasName { get; set; } = string.Empty;
|
||||
public string City { get; set; } = string.Empty;
|
||||
public string Country { get; set; } = string.Empty;
|
||||
public Guid? HospitalId { get; set; }
|
||||
public Guid? HospitalId { get; set; }
|
||||
public string DirectorName { get; set; } = string.Empty;
|
||||
public string DirectorPhone { get; set; } = string.Empty;
|
||||
public string ContactName { get; set; } = string.Empty;
|
||||
@@ -48,14 +45,14 @@ namespace IRaCIS.Application.Contracts
|
||||
}
|
||||
|
||||
|
||||
public class TrialSiteInQuery:PageInput
|
||||
public class TrialSiteInQuery : PageInput
|
||||
{
|
||||
public string? TrialSiteName { get; set; }
|
||||
|
||||
public string? TrialCode { get; set; }
|
||||
}
|
||||
|
||||
public class TrialSiteAddView
|
||||
public class TrialSiteAddView
|
||||
{
|
||||
public Guid TrialSiteId { get; set; }
|
||||
public string TrialCode { get; set; }
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
using System;
|
||||
using IRaCIS.Core.Infrastructure.Extention;
|
||||
|
||||
namespace IRaCIS.Application.Contracts
|
||||
namespace IRaCIS.Application.Contracts
|
||||
{
|
||||
public class SponsorDTO:SponsorCommand
|
||||
public class SponsorDTO : SponsorCommand
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user