예제 #1
0
 public OperationManager(IOperationDal operationDal)
 {
     _operationDal = operationDal;
 }