示例#1
0
 public FoldersService(ImageCloudContext context, FilesService filesService)
 {
     _context      = context;
     _filesService = filesService;
 }
示例#2
0
 public NewsController(ImageCloudContext context)
 {
     _context = context;
 }
示例#3
0
        // private readonly FoldersService _foldersService;

        public FilesService(ImageCloudContext context)
        {
            _context = context;
            // _foldersService = foldersService;
        }