7 lines
189 B
C#
7 lines
189 B
C#
namespace Stary.Evo
|
|
{
|
|
public interface IController:IBelongToArchitecture,ICanGetSystem,ICanGetData,ICanSendCommand,ICanRegisterEvent,ICanSendQuery, ICanGetUtility
|
|
{
|
|
|
|
}
|
|
} |