Exemple #1
0
        private SalesContext _context = new SalesContext();         //???

        public void LogInService(string userName, string password, string crmService)
        {
            userName   = "******";            //"*****@*****.**";
            password   = "******";
            crmService = "crm4";

            _context.LogInService(userName, password, crmService);
        }
Exemple #2
0
        public void LogInService()
        {
            string userName   = "******";
            string password   = "******";
            string crmService = "crm4";

            _context.LogInService(userName, password, crmService);
        }