示例#1
0
 public Option GetById(int id)
 {
     return(_optionRepo.Find(id));
 }