Example #1
0
 public DataTable DeleteSuplyBAL(string SupCode, string Flag_IUP, string ConnKey)
 {
     return(objDist.DeleteSuplyDAL(SupCode, Flag_IUP, ConnKey));
 }