예제 #1
0
 public void Map(ConstPermit poco)
 {
     poco.PermitID   = this.PermitID;
     poco.PermitName = this.PermitName;
     poco.PermitCode = this.PermitCode;
     poco.IsEnabled  = this.IsEnabled;
 }
예제 #2
0
 public PermitModel(ConstPermit poco)
 {
     this.PermitID   = poco.PermitID;
     this.PermitName = poco.PermitName;
     this.PermitCode = poco.PermitCode;
     this.IsEnabled  = poco.IsEnabled;
 }