예제 #1
0
 public CIRelease GetLogByID(string ID)
 {
     return(_releaseRepository.GetLogByID(ID));
 }