コード例 #1
0
 /*Delete District*/
 public DataTable DeletedistrictBAL(string statecode, string distcode, string distname, string Flag_IUP, string ConnKey)
 {
     return(objDist.DeletedistrictDAL(statecode, distcode, distname, Flag_IUP, ConnKey));
 }