コード例 #1
0
 public void CreateEntity <E>(E entity) where E : class
 {
     commonR.CreateEntity <E>(entity);
 }