This commit is contained in:
mmrbnjd
2025-06-29 15:29:51 +03:30
parent 279940198a
commit 86de5d3e39
13 changed files with 292 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace Common.Models.Auth.CompanySide
{
class AuthRequestFromCompanySide
public class AuthRequestFromCompanySide
{
public string Username { get; set; }
public string Password { get; set; }