IStateAppService.cs 138 B

1234567
  1. using VberZero.AppService.States;
  2. namespace VberAdmin.BaseSystem.States;
  3. public interface IStateAppService : IStateAppServiceBase
  4. {
  5. }