mirror of https://github.com/abpframework/abp.git
2 changed files with 19 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
using System; |
|||
|
|||
namespace Volo.Abp.TenantManagement |
|||
{ |
|||
[Serializable] |
|||
public class TenantEto |
|||
{ |
|||
public Guid Id { get; set; } |
|||
|
|||
public string Name { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue