Beispiel #1
0
 public async Task <Actor> GetActorById(int id)
 {
     return(await _actorsRepository.GetBy(actor => actor.ActorID.Equals(id)));
 }