Ejemplo n.º 1
0
 public Team GetById(int id)
 {
     return(context.GetById(id));
 }