Ejemplo n.º 1
0
        public Event FromArena(Arena.Event.EventProfile arena)
        {
            Event myEvent = Mapper.Map <Event>(arena);

            return(myEvent);
        }
Ejemplo n.º 2
0
 public GenericReference(Arena.Event.EventProfile arena)
 {
     ID    = Convert.ToInt32(arena.ProfileID);
     Title = arena.Title;
 }