Sasha C
Hair Color: Dark Brown
Eye Color: Brown
Height: 5 ft 3 in
Weight: 113 lb
Bust: 32C
Waist: 27
Hips: 34
Dress Size: 4
Shoe Size: 6
Ethnicity: Hispanic/Latino
Lives in: Las Vegas
Hi, my name is Sasha and I love working with LV Talent! They are very professional, I love working with all of their talent and together executing daily goals and going above and beyond the clients expectation. I am bilingual in both Spanish and English with 5 years experience working tradeshows, special events, being a product specialist, commercial - acting, hosting, crowd gathering, and a being a lead generator. I also have 7 years of customer service and sales experience working at Verizon Wireless 4th busiest store in the nation and being top performer in data sales in my district. I am also a licensed real estate agent in California. I've worked tradeshows from being a fashion model to representing construction companies, and demonstrating new technology. I would love the opportunity to represent your brand!
// Resume
$resultsMedia = mysql_query("SELECT * FROM ". table_modelagency_client_media ." media WHERE ClientID = \"". $ClientID ."\" AND ClientMediaType = \"Resume\"");
$countMedia = mysql_num_rows($resultsMedia);
if ($countMedia > 0) {
while ($dataMedia = mysql_fetch_array($resultsMedia)) {
echo "
\n";
}
}
?>
// tear sheet
$resultsMedia = mysql_query("SELECT * FROM ". table_modelagency_client_media ." media WHERE ClientID = \"". $ClientID ."\" AND ClientMediaType = \"Tear-Sheet\"");
$countMedia = mysql_num_rows($resultsMedia);
if ($countMedia > 0) {
while ($dataMedia = mysql_fetch_array($resultsMedia)) {
echo "
\n";
}
}
?>
