Exemplo n.º 1
0
 public NearBySearchService(IGoogleAPI googleAPI, IAPIService aPIService)
 {
     GoogleAPI  = googleAPI;
     APIService = aPIService;
 }
Exemplo n.º 2
0
 public GoogleService(IGoogleAPI googleAPI, IAPIService aPIService)
 {
     GoogleAPI  = googleAPI;
     APIService = aPIService;
 }