コード例 #1
0
 public int Append(DataBase entityDataBase, string sOperator)
 {
     return(_DataBaseRepository.Append(entityDataBase, sOperator));
 }