コード例 #1
0
 public Player Insert(Player obj)
 {
     return(context.Insert(obj));
 }