コード例 #1
0
 public void DeleteExceptionByID(String exceptionID)
 {
     ExceptionCoreTb.FindByExceptionID(exceptionID).Delete();
 }
コード例 #2
0
 public ExceptionCoreTb GetExceptionByID(String exceptionID)
 {
     return(ExceptionCoreTb.FindByExceptionID(exceptionID));
 }