Добавил глобальный поиск
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s
This commit is contained in:
7
PaydayFrontend/Models/AdminViewModel.cs
Normal file
7
PaydayFrontend/Models/AdminViewModel.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PaydayFrontend.Models;
|
||||
|
||||
public class AdminViewModel
|
||||
{
|
||||
public List<AdminIndexViewModel> indexes { get; set; }
|
||||
public string searchString { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user