This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user