コード例 #1
0
 public ApplicationModel(GNIBIRPAndVisaAppointment.Web.DataAccess.Model.Storage.Application entity)
 {
     Time           = entity.Time;
     Category       = entity.Category;
     SubCategory    = entity.SubCategory;
     ConfirmGNIB    = entity.ConfirmGNIB;
     GNIBNo         = entity.GNIBNo;
     GNIBExDT       = entity.GNIBExDT;
     UsrDeclaration = entity.UsrDeclaration;
     GivenName      = entity.GivenName;
     SurName        = entity.SurName;
     DOB            = entity.DOB;
     Nationality    = entity.Nationality;
     Email          = entity.Email;
     FamAppYN       = entity.FamAppYN;
     FamAppNo       = entity.FamAppNo;
     PPNoYN         = entity.PPNoYN;
     PPNo           = entity.PPNo;
     PPReason       = entity.PPReason;
 }
コード例 #2
0
 public ApplicationModel(GNIBIRPAndVisaAppointment.Web.DataAccess.Model.Storage.Application application)
 {
 }