Exemplo n.º 1
0
 public void DeleteExceptionByID(String exceptionID)
 {
     ExceptionCoreTb.FindByExceptionID(exceptionID).Delete();
 }
Exemplo n.º 2
0
 public ExceptionCoreTb GetExceptionByID(String exceptionID)
 {
     return(ExceptionCoreTb.FindByExceptionID(exceptionID));
 }