示例#1
0
 public void Add(Call call)
 {
     _connection.Insert(call);
 }
示例#2
0
 public void Add(Call item)
 {
     _repository.Add(item);
 }