20 lines
354 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web;
using IronIntel.Services;
using Newtonsoft.Json;
namespace IronIntel.Contractor.Site
{
public class MapViewBasePage : ContractorBasePage
{
protected void ProcessRequest()
{
}
}
}