Advertisement
gkpoll

Untitled

Feb 8th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.42 KB | None | 0 0
  1. using System;
  2. using Sat.Framework.Data;
  3.  
  4. namespace Sat.Ged.Mdl
  5. {
  6.     [Serializable]
  7.     public class MdlProtocolosDoDia
  8.     {        
  9.         [DbColumn(ColumnName = "XXXXXXXXXXXXX", DbDataType = DbDataType.Int64)]
  10.  
  11.         public long XXXXXXXXXX { get; set; }
  12.  
  13.  
  14.         // Esse esqueleto de classe será usado para criar
  15.         // a nova comunicação automática que será feita pelo
  16.         // DTEC
  17.  
  18.  
  19.     }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement