Ejemplo n.º 1
0
        public void AddParalegal(PLSearchResult paralegal)
        {

          var respose = esClient.Index(paralegal, i=> i.Id(paralegal.PLID)
                                                        );
        }
Ejemplo n.º 2
0
 public static CGN.Paralegal.SearchContracts.Search.PLSearchResult toSearchResult(this CGN.Paralegal.BusinessEntities.Search.PLSearchResult plbyAOP)
 {
     return(Mapper.Map <CGN.Paralegal.BusinessEntities.Search.PLSearchResult, CGN.Paralegal.SearchContracts.Search.PLSearchResult>(plbyAOP));
 }