Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 2 additions & 40 deletions SynonymsAPI/Services/goodservice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,45 +20,7 @@ public bool CopiedMethod(string word, List<string> synonyms)
{

}
else if (word.Contains("B"))
{
if (word == "BA")
{

}
else if (word == "BB")
{
if (word == "BA")
{

}
else if (word == "BB")
{
if (word == "BA")
{

}
else if (word == "BB")
{

}
}
}
}
else if (word == "C")
{
if (word == "BA")
{

}
else if (word == "BB")
{

}
}
//Remove all empty strings, or synonyms that are equal to word, and get Distinct values

}
}
}
}
}
}