Compare commits
No commits in common. "0a6ffbba0793b0801b2ace3dccb0ba78a27217c7" and "5a6411c6c306527ee17dc14e7c3e8918675af491" have entirely different histories.
0a6ffbba07
...
5a6411c6c3
|
|
@ -13,8 +13,6 @@ namespace IRaCIS.Application.Contracts
|
|||
|
||||
public bool IsTrialLevel { get; set; }
|
||||
|
||||
public Guid? TrialId { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class CroSelectDTO
|
||||
|
|
|
|||
|
|
@ -19,8 +19,6 @@ namespace IRaCIS.Application.Contracts
|
|||
|
||||
public bool IsTrialLevel { get; set; }
|
||||
|
||||
public Guid? TrialId { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class SponsorQueryDTO : PageInput
|
||||
|
|
|
|||
Loading…
Reference in New Issue