7 lines
119 B
C#
7 lines
119 B
C#
namespace Stary.Evo
|
|
{
|
|
public interface IBelongToArchitecture
|
|
{
|
|
IArchitecture GetArchitecture();
|
|
}
|
|
} |