Exemplo n.º 1
0
 protected UserDataRepository(IMongoContext context)
     : base(context.GetUserDataCollection <TData>())
 {
 }