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