コード例 #1
0
 protected UserDataRepository(IMongoContext context)
     : base(context.GetUserDataCollection <TData>())
 {
 }