https://github.com/godeltech/godeltech.business
.NET library for services in business layer
https://github.com/godeltech/godeltech.business
Last synced: 24 days ago
JSON representation
.NET library for services in business layer
- Host: GitHub
- URL: https://github.com/godeltech/godeltech.business
- Owner: GodelTech
- License: mit
- Created: 2020-11-21T14:59:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T16:14:57.000Z (5 months ago)
- Last Synced: 2025-04-14T09:08:04.677Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GodelTech.Business
## Description
GodelTech.Business is a .NET library designed for implementing services in the business layer of applications. It provides interfaces and base classes that support common operations such as listing, retrieving, adding, editing, and deleting entities. This library aims to simplify the development of business services by offering reusable components and reducing boilerplate code.Using `IBusinessService` and `BusinessService` you will get main methods e.g. GetList, Get, Add, Edit, Delete using [GodelTech.Data](https://github.com/GodelTech/GodelTech.Data) project.
## License
This project is licensed under the MIT License. See the LICENSE file for more details.