private Location ConvertToSrcLocation(BusinessEntities.Search.Location location) { return(location.toLocation()); }
public static ServiceContracts.Search.Location toLocation(this BusinessEntities.Search.Location location) { return(Mapper.Map <BusinessEntities.Search.Location, ServiceContracts.Search.Location>(location)); }