コード例 #1
0
 public object InsertOrUpdate <T>(T operationObj) where T : class
 {
     return(_db.InsertOrUpdate(operationObj));
 }