Пример #1
0
 public static Status findStatusById(int?id)
 {
     return(OCRC.findStatusById(id));
 }