13 lines
		
	
	
		
			416 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			416 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace GestionIntegral.Api.Dtos.Reportes
 | |
| {
 | |
|     public class VentaMensualSecretariaElDiaDto
 | |
|     {
 | |
|         public int Dia { get; set; }
 | |
|         public int CantidadCanillas { get; set; }
 | |
|         public int Tirajes { get; set; }
 | |
|         public int Ventas { get; set; }
 | |
|         public int Accionistas { get; set; }
 | |
|         public int TotalCooperativa { get; set; }
 | |
|         public int TotalGeneral { get; set; }
 | |
|     }
 | |
| } |