예제 #1
0
 /*Delete Mandal*/
 public DataTable DeletemandalBAL(string DistCode, string MandalCode, string MandalName, string ConnKey)
 {
     return(objDist.DeletemandalDAL(DistCode, MandalCode, MandalName, ConnKey));
 }