示例#1
0
 public Cpu GetCPUById(int id)
 {
     return(context.GetCPUById(id));
 }