Example #1
0
 public static ASLComuniPopolazioneItem CreateASLComuniPopolazioneItem(string partitionKey, string rowKey, global::System.DateTime timestamp, global::System.Guid entityid)
 {
     ASLComuniPopolazioneItem aSLComuniPopolazioneItem = new ASLComuniPopolazioneItem();
     aSLComuniPopolazioneItem.PartitionKey = partitionKey;
     aSLComuniPopolazioneItem.RowKey = rowKey;
     aSLComuniPopolazioneItem.Timestamp = timestamp;
     aSLComuniPopolazioneItem.entityid = entityid;
     return aSLComuniPopolazioneItem;
 }
Example #2
0
 public void AddToASLComuniPopolazione(ASLComuniPopolazioneItem aSLComuniPopolazioneItem)
 {
     base.AddObject("ASLComuniPopolazione", aSLComuniPopolazioneItem);
 }