コード例 #1
0
 public ServiceRequestDto GetByID(int id)
 {
     return(repository.GetByID(id));
 }