ITransient.cs 152 B

1234567
  1. namespace Quadarax.Application.QLiberace.Base.Entities.Base
  2. {
  3. public interface ITransient
  4. {
  5. public bool IsTransient { get; }
  6. }
  7. }