Compare commits

..

2 Commits

2 changed files with 1 additions and 0 deletions

View File

@ -12,5 +12,6 @@ namespace Apimanager_backend.Dtos
public bool IsThirdParty { get; set; } public bool IsThirdParty { get; set; }
public bool IsActive { get; set; } public bool IsActive { get; set; }
public Apipackage? Package { get; set; } public Apipackage? Package { get; set; }
public int? PackageId { get; set; }
} }
} }

Binary file not shown.