示例#1
0
 public void InsertReceipeients(params Recepient[] recepients)
 {
     dbLayer.InsertReceipeients(recepients);
 }