Remove Veteran, Allow Millitary to be NULL
This commit is contained in:
@@ -114,7 +114,6 @@ namespace BoredCareers.Services.DatabaseService {
|
||||
if (reader == null) { break; }
|
||||
int _id = reader.GetInt32("ID");
|
||||
int _resumeid = reader.GetInt32("ResumeID");
|
||||
bool _veteran = reader.GetBoolean("Veteran");
|
||||
string _country = reader.GetString("Country");
|
||||
string _rank = reader.GetString("Rank");
|
||||
DateTime _datestarted = reader.GetDateTime("DateStarted");
|
||||
@@ -123,7 +122,6 @@ namespace BoredCareers.Services.DatabaseService {
|
||||
military = new ResumeMilitary() {
|
||||
ID = _id,
|
||||
ResumeID = _resumeid,
|
||||
Veteran = _veteran,
|
||||
Country = _country,
|
||||
Rank = _rank,
|
||||
DateStarted = _datestarted,
|
||||
|
||||
Reference in New Issue
Block a user