using Microsoft.Xrm.Sdk;
using System;

namespace CodeBug.CountryProvider
{
    public class RetrieveMultipleCountry : IPlugin
    {
        public void Execute(IServiceProvider serviceProvider)
        {
            throw new NotImplementedException();
        }
    }
}