示例#1
0
		protected MyBO(ConstructForFakes constructForFakes) : base(constructForFakes)
		{
		}
 protected ObservableBusinessObject(ConstructForFakes constructForFakes) : base(constructForFakes)
 {
     //This is used by Rhino Mocks or a similar Mocking library and should therefore do nothing.
 }