RecipeQuery.SortOrder key = (RecipeQuery.SortOrder)Enum.Parse(typeof(RecipeQuery.SortOrder), sortKey);
private static bool SetFolderBasedOnFirstStatus(PurchaseOrder po)
{
bool documentFinished = false;
...
C# Two methods, two enums.
I have these two very simil...
Is there really no better w...