Beispiel #1
0
 public PlayerService(ISwgohFlurlService swgohFlurlService)
 {
     _swgohFlurlService = swgohFlurlService;
     _path = Client.BaseAddress + UrlConstants.Player;
 }
 public AuthorizationService(ISwgohFlurlService swgohFlurlService)
 {
     _swgohFlurlService = swgohFlurlService;
 }