Esempio n. 1
0
 public static int Supplier_Attachment_Delete(int?File_ID, string Supp_ID, int?Created_By)
 {
     return(DAL_ASL_Supplier.Supplier_Attachment_Delete(File_ID, Supp_ID, Created_By));
 }