Beispiel #1
0
 public CampgroundService(IBaseHttp http)
 {
     _http = http;
 }
Beispiel #2
0
 public CommentService(IBaseHttp http)
 {
     _http = http;
 }
Beispiel #3
0
 public SignupService(IBaseHttp http)
 {
     _http = http;
 }
Beispiel #4
0
 public AuthService(IBaseHttp http, ILocalStorageService storage)
 {
     _http    = http;
     _storage = storage;
 }