This commit is contained in:
Данила Мочалов 2023-03-26 20:48:57 +04:00
parent 33744d1560
commit 8a60e580e8

View File

@ -61,13 +61,13 @@ namespace LawFirm
services.AddTransient<FormDocument>();
services.AddTransient<FormDocumentBlank>();
services.AddTransient<FormDocuments>();
}
}
}
}
}
services.AddTransient<FormShop>();
services.AddTransient<FormShops>();
services.AddTransient<FormShopSupply>();
services.AddTransient<FormShopSell>();
services.AddTransient<FormReportDocumentBlanks>();
services.AddTransient<FormReportOrder>();
}
}
}