- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace EMIS.ViewModel.ExaminationApply
- {
- public class NativePayView
- {
- public Guid ExaminationRegistrationID { get; set; }
- public decimal Fee { get; set; }
- public string FeeTypeName { get; set; }
- }
- }
|