コード例 #1
0
 public LogActionCommandHandler(IAccountsContext context)
 {
     _table = new AccountActionsTable(context);
 }
コード例 #2
0
 public GetAccountActionsQueryHandler(IAccountsContext context)
 {
     _table = new AccountActionsTable(context);
 }