예제 #1
0
 //code added by Suman
 public DataTable GetCommonFields(string Field)
 {
     objclsDALCommon = new clsDALCommon();
     return(objclsDALCommon.GetCommonFields(Field));
 }