示例#1
0
 public ISubObjectA ProvideSubObjectA(SubObjectA obj)
 {
     return(obj);
 }
 public ISubObjectA ProvideSubObjectA(SubObjectA obj) => obj;