This commit is contained in:
2009-01-27 15:38:09 +00:00
parent c5dd724569
commit 08e529bf26
2 changed files with 137 additions and 7 deletions

View File

@@ -57,9 +57,9 @@ namespace VEPROMS.CSLA.Library
return roUsage;
return null;
}
public ContentRoUsage Add(string roid) // One to Many
public ContentRoUsage Add(string roid, RODb myRODb) // One to Many
{
ContentRoUsage roUsage = ContentRoUsage.New(roid);
ContentRoUsage roUsage = ContentRoUsage.New(roid, myRODb);
this.Add(roUsage);
return roUsage;
}