Exemple #1
0
 public InformationService(FtcDbContext DB, IFileService fileService)
 {
     _DB          = DB;
     _fileService = fileService;
 }