PIbd-11_Chechevitcyn_S.A_AntiAircraftGun_Simple_LabWork7 #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork7"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Проверено
@ -91,3 +91,3 @@
}
if(_storages.Count==0) return false;
if(_storages.Count==0) throw new Exception("В хранилище отсутсвуют коллекции для сохранения");
Требовалось заменить класс Exception на его более подходящих наследников
@ -15,0 +26,4 @@
private static void ConfigureServices(ServiceCollection services)
{
//services.AddSingleton<FormGunCollections>()
Закомментированного кода быть не должно
Pull request closed