public void Map(ConstPermit poco) { poco.PermitID = this.PermitID; poco.PermitName = this.PermitName; poco.PermitCode = this.PermitCode; poco.IsEnabled = this.IsEnabled; }
public PermitModel(ConstPermit poco) { this.PermitID = poco.PermitID; this.PermitName = poco.PermitName; this.PermitCode = poco.PermitCode; this.IsEnabled = poco.IsEnabled; }