public UploadManager(ReincarnationContext context) : base(context) => _context = context;
示例#2
0
 public BaseManager(ReincarnationContext context) => Context = context;