Class SaveDepositRequest
The SaveDepositRequest represents the request Object for the SaveDepositRequest method of Deposit Service.
Inheritance
System.Object
SaveDepositRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SaveDepositRequest : ServiceRequest
Constructors
SaveDepositRequest()
Declaration
public SaveDepositRequest()
Properties
StudentId
Gets or sets the StudentId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserId
Gets or sets the UserId.
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |