19 lines
354 B
C#
19 lines
354 B
C#
using Exferia_EntityFramework;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Exferia_Contabilidad._0_Modelos
|
|
{
|
|
public class INTERNO_Totales_Modelo
|
|
{
|
|
public INTERNO_Totales_Modelo()
|
|
{ }
|
|
|
|
public decimal Total { get; set; }
|
|
|
|
}
|
|
}
|