tiseza_oss_live/Models/GetBillViewModel.cs

11 lines
159 B
C#
Raw Permalink Normal View History

2025-11-15 11:14:31 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace OSS.Models
{
public class GetBillViewModel
{
}
}