예제 #1
0
 public SitesRepository(IStackClientFactory clientFactory, ICache cache, DateTimeBase dateTime)
 {
     m_Factory = clientFactory;
     m_Cache = cache;
     m_DateTime = dateTime;
 }
예제 #2
0
 public UsersRepository(IStackClientFactory factory)
     : base(factory)
 {
 }