This commit is contained in:
mmrbnjd
2024-06-30 19:57:32 +03:30
parent cf521860cf
commit 3702145d02
11 changed files with 214 additions and 150 deletions

View File

@@ -102,6 +102,13 @@ namespace Front
}
}
return Units;
}
public async Task SetUlr(string Type)
{
await _hc.Post<UlrDto>("Base/Ulr",new UlrDto { Type=Type});
}
}