Example #1
0
 public Department AddDepartment(Department dpt)
 {
     return(RemoteHelper.AddDepartment(dpt));
 }