-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfiguracion.cs
More file actions
25 lines (22 loc) · 904 Bytes
/
configuracion.cs
File metadata and controls
25 lines (22 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace MundoMusical
{
using System;
using System.Collections.Generic;
public partial class configuracion
{
public int idconfig { get; set; }
public string ticketprintname { get; set; }
public string etiquetaprintname { get; set; }
public string globalprintname { get; set; }
public Nullable<int> defaultcliente { get; set; }
public virtual cliente cliente { get; set; }
}
}