Exemplo n.º 1
0
        public HttpResponseMessage GetAreaNPartyTypewiseParty(long party_type_id, long area_id)
        {
            var party     = partyRepository.GetAreaNPartyTypewiseParty(party_type_id, area_id);
            var formatter = RequestFormat.JsonFormaterString();

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