Compare commits
2 Commits
5a6411c6c3
...
0a6ffbba07
| Author | SHA1 | Date |
|---|---|---|
|
|
0a6ffbba07 | |
|
|
8cb5423b0b |
|
|
@ -13,6 +13,8 @@ namespace IRaCIS.Application.Contracts
|
|||
|
||||
public bool IsTrialLevel { get; set; }
|
||||
|
||||
public Guid? TrialId { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class CroSelectDTO
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@ namespace IRaCIS.Application.Contracts
|
|||
|
||||
public bool IsTrialLevel { get; set; }
|
||||
|
||||
public Guid? TrialId { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class SponsorQueryDTO : PageInput
|
||||
|
|
|
|||
Loading…
Reference in New Issue