示例#1
0
 public ISubObjectC ProvidSubObjectC(SubObjectC obj)
 {
     return(obj);
 }
 public ISubObjectC ProvidSubObjectC(SubObjectC obj) => obj;