fix
This commit is contained in:
parent
33744d1560
commit
8a60e580e8
@ -61,13 +61,13 @@ namespace LawFirm
|
|||||||
services.AddTransient<FormDocument>();
|
services.AddTransient<FormDocument>();
|
||||||
services.AddTransient<FormDocumentBlank>();
|
services.AddTransient<FormDocumentBlank>();
|
||||||
services.AddTransient<FormDocuments>();
|
services.AddTransient<FormDocuments>();
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
services.AddTransient<FormShop>();
|
services.AddTransient<FormShop>();
|
||||||
services.AddTransient<FormShops>();
|
services.AddTransient<FormShops>();
|
||||||
services.AddTransient<FormShopSupply>();
|
services.AddTransient<FormShopSupply>();
|
||||||
services.AddTransient<FormShopSell>();
|
services.AddTransient<FormShopSell>();
|
||||||
|
services.AddTransient<FormReportDocumentBlanks>();
|
||||||
|
services.AddTransient<FormReportOrder>();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user