コード例 #1
0
 public OperationService(IToplivoRepository <Operation> operationRepository)
 {
     _operationRepository = operationRepository;
 }