예제 #1
0
 public void ClearSystem()
 {
     DomainData.ClearAll();
     _unitOfWork.ClearAll();
     _isSystemInitialized = false;
 }