#25: add IDataHandlerFactory
parent
a854354e85
commit
06f6a4381e
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||||
|
// Author: Simon Gockner |
||||||
|
// Created: 2020-09-19 |
||||||
|
// Copyright(c) 2020 SimonG. All Rights Reserved. |
||||||
|
|
||||||
|
using GBase.Interfaces.DataHandling; |
||||||
|
|
||||||
|
namespace GBase.DataHandling.Factories |
||||||
|
{ |
||||||
|
public interface IDataHandlerFactory |
||||||
|
{ |
||||||
|
IDataHandler Create(); //TODO: Add correct parameters |
||||||
|
} |
||||||
|
} |
||||||
Loading…
Reference in new issue