This commit is contained in:
mmrbnjd
2024-06-20 18:22:34 +03:30
parent 2120c4d848
commit 309fac81d3
10 changed files with 258 additions and 212 deletions

View File

@@ -17,6 +17,6 @@ namespace Shared.DTOs
}
public class IdNameByCount<T> : IdName<T>
{
public int count { get; set; }
public decimal? count { get; set; }
}
}