Example #1
0
 public static STABILIMENTI853Item CreateSTABILIMENTI853Item(string partitionKey, string rowKey, global::System.DateTime timestamp, global::System.Guid entityid)
 {
     STABILIMENTI853Item sTABILIMENTI853Item = new STABILIMENTI853Item();
     sTABILIMENTI853Item.PartitionKey = partitionKey;
     sTABILIMENTI853Item.RowKey = rowKey;
     sTABILIMENTI853Item.Timestamp = timestamp;
     sTABILIMENTI853Item.entityid = entityid;
     return sTABILIMENTI853Item;
 }
Example #2
0
 public void AddToSTABILIMENTI853(STABILIMENTI853Item sTABILIMENTI853Item)
 {
     base.AddObject("STABILIMENTI853", sTABILIMENTI853Item);
 }