Exemple #1
0
 public static int Delete(string id)
 {
     return(dal_branch.Delete(id));
 }