public bool IsTechnologySupported(BXApplicationTechnologyType tech)
	{
		return tech == BXApplicationTechnologyType.Mvc;
	}
Esempio n. 2
0
	public bool IsTechnologySupported(BXApplicationTechnologyType tech)
	{
		return true;
	}