Beispiel #1
0
 public Reward Get(Guid id)
 {
     return(Mapping.Mapped.Map <Reward>(_repository.Get <Domain.Entities.Reward>(id)));
 }