コード例 #1
0
 public override Rate GetById(int id)
 {
     return(repository.GetBy(c => c.Id == id).Single());
 }