Primera versión estable compatible con linux de WSAsegasa
This commit is contained in:
16
bdAsegasa/db/v_lc_agrupadas_cia.cs
Normal file
16
bdAsegasa/db/v_lc_agrupadas_cia.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using PropertyChanged;
|
||||
|
||||
namespace bdAsegasa.db;
|
||||
|
||||
[AddINotifyPropertyChangedInterface]
|
||||
public partial class v_lc_agrupadas_cia
|
||||
{
|
||||
public int? idliquidacioncia { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// tabla compañia
|
||||
/// </summary>
|
||||
public int? idcompania { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user