Exemplo n.º 1
0
        public HttpResponseMessage GetAllPartyByPartyTypeId()
        {
            var location  = partyRepository.GetAllPartyByPartyTypeId();
            var formatter = RequestFormat.JsonFormaterString();

            return(Request.CreateResponse(HttpStatusCode.OK, location, formatter));
        }