mirror of
https://github.com/jcreek/Creek.FileRepository.git
synced 2026-07-12 18:33:43 +00:00
feat(*): Add base Factory class
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace FileRepository
|
||||
{
|
||||
/// <summary>
|
||||
/// A factory to enable consumers of this package to easily get a specific type of repository.
|
||||
/// </summary>
|
||||
public class Factory
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user