Example #1
0
 public static int Edit(Dept de)
 {
     return(DeptService.Edit(de));
 }