Ejemplo n.º 1
0
 public Location cast2Location(LocationCRVM location2BCasted)
 {
     return(new Location
     {
         LocationAddress = location2BCasted.LocationAddress,
         LocationID = location2BCasted.LocationID
     });
 }
Ejemplo n.º 2
0
 public Location cast2Location(LocationCRVM location2BCasted)
 {
     return(new Location
     {
         LocationName = location2BCasted.LocationName,
         Address = location2BCasted.Address
     });
 }