示例#1
0
 public Operation GetByid(int id)
 {
     return(operationService.GetByid(id));
 }