Skip to content

Instantly share code, notes, and snippets.

@hotgazpacho
hotgazpacho / Refactored.cs
Created November 16, 2011 03:41
WCF Service Test - Refactored
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Web;
using System.Text;
using ElmSelect.DomainModel;
namespace WCFService
@hotgazpacho
hotgazpacho / WCFServiceTest.cs
Created November 16, 2011 02:52
WCF Service Test
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Web;
using System.Text;
using ElmSelect.DomainModel;
using DataAccessLayer;