mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 14:54:11 +00:00
10 lines
147 B
C#
10 lines
147 B
C#
|
using Roadie.Library.Data;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace Roadie.Library.Factories
|
|||
|
{
|
|||
|
public interface ILabelFactory
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|