Example #1
0
 public LocationsController(ILocationsService locationsService
                            , ILocationsMap locationsMap
                            , IQuestionsMap questionsMap)
 {
     _locationsService = locationsService;
     _locationsMap     = locationsMap;
 }
Example #2
0
 public FacebookDataFacade(User i_User)
 {
     m_ConnectedUser = i_User;
     m_PostsMemory   = new PostsMemoryCacheProxy();
     m_ILocationsMap = new LatestLocations();
 }