10 lines
93 B
C#
10 lines
93 B
C#
using System;
|
|
namespace Mixonomer.Fire
|
|
{
|
|
public interface IRepository
|
|
{
|
|
|
|
}
|
|
}
|
|
|