CleanUp
This commit is contained in:
@@ -33,7 +33,8 @@ namespace Apollon.EntityFramework.Queries
|
||||
y.Society,
|
||||
y.SocietyNumber,
|
||||
y.Birthday,
|
||||
y.Country));
|
||||
y.Country,
|
||||
y.Qualification));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,7 +35,8 @@ namespace Apollon.EntityFramework.Queries
|
||||
y.StartDate,
|
||||
y.EndDate,
|
||||
y.Location,
|
||||
y.Rounds));
|
||||
y.Rounds,
|
||||
y.Targets));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user