init
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
namespace Kreta.Web.Areas.Adminisztracio.Models
|
||||
{
|
||||
public class AdminDashboardStatisztikaModel : AdminDashboardAbstarctModel
|
||||
{
|
||||
public string AktivTanevNeve { get; set; }
|
||||
|
||||
public int AktivTanulokSzama { get; set; }
|
||||
|
||||
public int AlkalmazottakSzama { get; set; }
|
||||
|
||||
public int CsoportokSzama { get; set; }
|
||||
|
||||
public int EszkozokSzama { get; set; }
|
||||
|
||||
public int OsztalyokSzama { get; set; }
|
||||
|
||||
public int TanulokSzama { get; set; }
|
||||
|
||||
public int TermekSzama { get; set; }
|
||||
|
||||
public double TtfOrakSzama { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user