Esempio n. 1
0
        public ReportsPage ProfitabilityTopEams()
        {
            LoggerPage.LogStart(MethodBase.GetCurrentMethod().Name);

            this.reportsPage.Open(MyClientMotherShip.ProfitabilityTopEams().Name);

            LoggerPage.LogEnd(MethodBase.GetCurrentMethod().Name);

            return(new ReportsPage());
        }