8 lines
121 B
C#
8 lines
121 B
C#
|
namespace LOC.Website.Common.Contexts
|
|||
|
{
|
|||
|
public interface ILOCDatabaseUpdater
|
|||
|
{
|
|||
|
void Update();
|
|||
|
}
|
|||
|
}
|