Exemplo n.º 1
0
 public TodoListModel(Services.ITodoListAppService todoListAppService, Services.ITodoListItemAppService todoListItemAppService)
 {
     _todoListAppService     = todoListAppService;
     _todoListItemAppService = todoListItemAppService;
 }
Exemplo n.º 2
0
 public IndexModel(Services.ITodoListAppService todoListAppService, ICurrentUser currentUser)
 {
     _TodoListAppService = todoListAppService;
     _CurrentUser        = currentUser;
 }