Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SweetVids
Core
Persistence
TransactionProcessor
C# 클래스 SweetVids.Core.Persistence.TransactionProcessor
파일 보기
프로젝트 열기: rauhryan/sweetvids
공개 메소드들
메소드
설명
TransactionProcessor
(
IContainer
container
) :
System
WithinTransaction
(
Action
action
) :
void
비공개 메소드들
메소드
설명
execute
(
Action
action
) :
void
메소드 상세
TransactionProcessor()
공개
메소드
public
TransactionProcessor
(
IContainer
container
) :
System
container
IContainer
리턴
System
WithinTransaction()
공개
메소드
public
WithinTransaction
(
Action
action
) :
void
action
Action
리턴
void