EasyAbp / AbpHelper.CLI

Providing code generation and more features to help you develop applications and modules with the ABP framework.
MIT License
285 stars 95 forks source link

CRUD: DomainService generation #174

Open gdlcf88 opened 2 years ago

gdlcf88 commented 2 years ago

New option --domain-service.

When you input it:

  1. A DomainService class creates with a CreateAsync method and a UpdateAsync method.
  2. The public ctor of entity changes to internal.
  3. A new internal Update method creates.