PI06 i PI06-1. Docker definitions for MSSQL and Postgres. Data seeder/generator for countries and people. Entity Framework example with variants for Postgres and MSSQL
This commit is contained in:
9
DefensiveProgramming/Logging/IDataLoader.cs
Normal file
9
DefensiveProgramming/Logging/IDataLoader.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Logging;
|
||||
|
||||
public interface IDataLoader
|
||||
{
|
||||
List<(string, DateOnly)> LoadData(string filename);
|
||||
}
|
||||
Reference in New Issue
Block a user