Пример #1
0
 public FotoalbumService(IRestClient c, ILoginStateService state, FotoalbumRepo repo)
 {
     client     = c;
     this.state = state;
     this.repo  = repo;
 }
Пример #2
0
 public FotoalbumController(FotoalbumRepo repo, BrugerRepo brugerRepo)
 {
     this.repo       = repo;
     this.brugerRepo = brugerRepo;
 }