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