예제 #1
0
 public void InsertDepartments(params Department[] departments)
 {
     dbLayer.InsertDepartments(departments);
 }