This commit is contained in:
mmrbnjd
2025-07-03 16:05:44 +03:30
parent bc65878608
commit 87d2360b32
8 changed files with 338 additions and 51 deletions

View File

@@ -13,7 +13,7 @@ namespace Common.Dtos.Company
public string? FullNameManager { get; set; }
public string? WebSite { get; set; }
public string? Email { get; set; }
public byte[]? img { get; set; }
public byte[]? logo { get; set; }
public bool Available { get; set; }
public bool allowBot { get; set; }
}