public ApplicationUserStore(NETContext context) : base(context)
 {
 }
示例#2
0
 public UnitOfWork(NETContext context)
 {
     _context = context;
 }