features/cutover-to-ef #9

Merged
jtom38 merged 27 commits from features/cutover-to-ef into main 2023-06-25 21:15:58 -07:00
Showing only changes of commit c2b0f47d1c - Show all commits

View File

@ -35,7 +35,7 @@ public class SourcesTable : ISourcesRepository
}
catch (Exception ex)
{
Console.WriteLine($"Failed to save ");
Console.WriteLine($"Failed to save source to db. {model.ToString()} {ex.Message} ");
}
return model;