IIwbId.cs 104 B

1234567
  1. namespace IwbZero.IwbBase
  2. {
  3. public interface IIwbId
  4. {
  5. string Id { get; set; }
  6. }
  7. }