Closed gdlcf88 closed 4 years ago
There could be 4 options: Create(C), Read(R), Update(U), Delete(D).
C+R+U+D = CrudAppService<,,,,,> C+R+D = CrudAppService<,,,,> R+D = CrudAppService<,,,> R = ReadOnlyAppService<,,,>
CrudAppService<,,,,,>
CrudAppService<,,,,>
CrudAppService<,,,>
ReadOnlyAppService<,,,>
See https://github.com/abpframework/abp/pull/4346
I misunderstood it.
There could be 4 options: Create(C), Read(R), Update(U), Delete(D).
C+R+U+D =
CrudAppService<,,,,,>
C+R+D =CrudAppService<,,,,>
R+D =CrudAppService<,,,>
R =ReadOnlyAppService<,,,>
See https://github.com/abpframework/abp/pull/4346