Beispiel #1
0
 public ConfirmModel(ProjectStore store)
 {
     this.store = store;
 }
Beispiel #2
0
 public ListModel(ProjectStore store)
 {
     this.store = store;
 }
Beispiel #3
0
 public EditModel(ProjectStore store)
 {
     this.store = store;
 }
 public UpdateModel(ProjectStore store)
 {
     this.store = store;
 }
 public DeleteModel(ProjectStore store)
 {
     this.store = store;
 }