Пример #1
0
 public InMemoryCsvRepository(IInMemoryAccountContext context, Func <string> funcFile) : base(context, funcFile.Invoke())
 {
 }
Пример #2
0
 public InMemoryCsvRepository(IInMemoryAccountContext context) : base(context)
 {
 }
Пример #3
0
 public InMemoryCsvRepository(IInMemoryAccountContext context, string fileName) : base(context, fileName)
 {
 }