7 lines
101 B
C#
7 lines
101 B
C#
|
|
namespace Tech_Demo.Model.Repository
|
|||
|
|
{
|
|||
|
|
public interface IMainRepository
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|