Esempio n. 1
0
 public void Upsert_SupplierMaster_ByCode(string Code)
 {
     using (DAL.DL_UpdateData DL = new DAL.DL_UpdateData())
     {
         DL.Upsert_SupplierMaster_ByCode(Code);
     }
 }