コード例 #1
0
 public static Service GetServiceByID(int id)
 {
     return(ServiceDAO.GetServiceByID(id));
 }