コード例 #1
0
 public static Instance Insert(Instance obj)
 {
     return(repository.Insert(obj));
 }