GridViewExportFormat.cs 243 B

123456789101112
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Web;
  5. namespace GreenTree.Nachtragsmanagement.Web.Models.Global
  6. {
  7. public class GridViewExportFormat
  8. {
  9. public string Format { get; set; }
  10. }
  11. }