|
Wersja 752, 0.5 KB
(wprowadzona przez marek, 17 years temu)
|
|
wiersz
|
| Line | |
|---|
| 1 | using System;
|
|---|
| 2 | using System.Collections.Generic;
|
|---|
| 3 | using System.Linq;
|
|---|
| 4 | using System.Web;
|
|---|
| 5 | using System.Web.Mvc;
|
|---|
| 6 | using Wierszowki.Core.Linq;
|
|---|
| 7 |
|
|---|
| 8 | namespace Wierszowki.Models
|
|---|
| 9 | {
|
|---|
| 10 | public class ReportViewData
|
|---|
| 11 | {
|
|---|
| 12 | public DateTime ReportDate { get; set; }
|
|---|
| 13 | public EmploymentType Employment { get; set; }
|
|---|
| 14 | public List<Author> Authors { get; set; }
|
|---|
| 15 | public List<Magazine> Magazines { get; set; }
|
|---|
| 16 | public Dictionary<int, Dictionary<string, decimal>> ReportData { get; set; }
|
|---|
| 17 | }
|
|---|
| 18 | } |
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.