예제 #1
0
 public TodoListViewHandler(IKutchaStore<TodoListView> store)
 {
     _store = store;
 }
예제 #2
0
 public UserViewHandler(IKutchaStore <UserView> store)
 {
     _store = store;
 }
예제 #3
0
 public KutchaDispatcherContextLogger(IKutchaStore<KutchaDispatcherContextLog> store)
 {
     _store = store;
 }
예제 #4
0
 public UserViewHandler(IKutchaStore<UserView> store)
 {
     _store = store;
 }
예제 #5
0
 public TodoListViewHandler(IKutchaStore <TodoListView> store)
 {
     _store = store;
 }