public EmployeeCostModule() { Registry = new EmployeeCostRegistry(); AvailableMenus = new List <MenuInfo>() { new MenuInfo { CommandType = typeof(ShowEmployeeCostCommand), Title = () => LanguageData.EmployeeCost_Title.Replace(" ", "\n") } }; }
public EmployeeCostModule() { Registry = new EmployeeCostRegistry(); AvailableMenus = new List<MenuInfo>() { new MenuInfo { CommandType = typeof(ShowEmployeeCostCommand), Title = () => LanguageData.EmployeeCost_Title.Replace(" ", "\n") } }; }