Ejemplo n.º 1
0
 public ConversationService(
     SingletonHTTP http,
     KahlaLocation kahlaLocation)
 {
     _http          = http;
     _kahlaLocation = kahlaLocation;
 }
Ejemplo n.º 2
0
 public GroupsService(
     SingletonHTTP http,
     KahlaLocation kahlaLocation)
 {
     _http          = http;
     _kahlaLocation = kahlaLocation;
 }
Ejemplo n.º 3
0
 public FriendshipService(
     KahlaLocation kahlaLocation,
     SingletonHTTP http)
 {
     _kahlaLocation = kahlaLocation;
     _http          = http;
 }
Ejemplo n.º 4
0
 public StorageService(
     SingletonHTTP http,
     KahlaLocation kahlaLocation)
 {
     Http           = http;
     _kahlaLocation = kahlaLocation;
 }