示例#1
0
 public ISubObjectB ProvideSubObjectB(SubObjectB obj)
 {
     return(obj);
 }
 public ISubObjectB ProvideSubObjectB(SubObjectB obj) => obj;