public ReligionView(Religion Religion) : base(Religion.RID) { this.FavoriteSaint = Religion.FavoriteSaint; this.FavoriteBibleVerse = Religion.FavoriteBibleVerse; this.RoleModel = Religion.RoleModel; this.Reason = Religion.Reason; this.PrayerRequest = Religion.PrayerRequest; }
public ReligionInput( Religion model ) { this.FavoriteSaint = model.FavoriteSaint; this.FavoriteBibleVerse= model.FavoriteBibleVerse; this.RoleModel = model.RoleModel; this.Reason = model.Reason; this.PrayerRequest = model.PrayerRequest; }