Beispiel #1
0
        public async Task AddFile(int langId, File file)
        {
            await _projectsRepository.AddFile(langId, file);

            await _projectsRepository.SaveChanges();
        }