Beispiel #1
0
 private void GetAttachFilesTypeImage()
 {
     BLL.DataCenterBiz biz = new BLL.DataCenterBiz();
     Session["strListDocImg"] = biz.GetDocumentTypeIsImage();
 }
Beispiel #2
0
 private void GetAttachFilesTypeImage()
 {
     BLL.DataCenterBiz biz = new BLL.DataCenterBiz();
     this.GetDocumentTypeIsImage = biz.GetDocumentTypeIsImage();
 }