Merge in UI updates #19
@@ -73,7 +73,8 @@ namespace BoredCareers.Services.DatabaseService {
|
||||
string command = @"
|
||||
SELECT *
|
||||
FROM JobListing
|
||||
WHERE CompanyID = @CompanyID;
|
||||
WHERE IsDeleted = FALSE
|
||||
AND CompanyID = @CompanyID;
|
||||
";
|
||||
|
||||
MySqlCommand cmd = new MySqlCommand(command, connection);
|
||||
|
||||
Reference in New Issue
Block a user