mirror of
https://github.com/jcreek/Creek.FileRepository.git
synced 2026-07-12 18:33:43 +00:00
14 lines
273 B
C#
14 lines
273 B
C#
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
|
|
{
|
|
}
|
|
}
|