del: clean template

This commit is contained in:
2025-03-16 11:33:19 +07:00
parent 3f8b548cd0
commit eb50e9a2ac
85 changed files with 737 additions and 16392 deletions

View File

@@ -9,6 +9,7 @@ type ExcelModule struct{}
var ExcelService = application.NewService(&ExcelModule{})
func (s *ExcelModule) ImportAllEntities() error {
// Example of usage:
//postTypeService := PostTypeService{}
//filepath, err := dialogs.OpenFileDialog("Импорт данных")
//if err != nil {
@@ -39,6 +40,7 @@ func (s *ExcelModule) ImportAllEntities() error {
}
func (s *ExcelModule) ExportAllEntities() error {
// Example of usage:
//postService := PostService{}
//exporter := excel.Exporter[Post]{
// SheetName: "Посты",