public StoredProcedure( string id, long timeStamp, string body) { Id = new ScriptIdentifier(id, timeStamp); Body = body; }
public ScriptMetaData(ScriptIdentifier id, int contentSize) { Id = id; _contentSize = contentSize; }