Exemple #1
0
        static void Main(string[] args)
        {
            logger.Information("running app");
            IOrganizationService orgSvc = Requests.ConnectionCrm();
            HttpClient           client = new HttpClient();

            UpdateApartmentsAggregate(orgSvc, client);
        }