Esempio n. 1
0
 public async Task <Casting> GetById(Guid id)
 {
     return(await Casting.FirstAsync(x => x.Id == id));
 }