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