示例#1
0
 public string GetAdditionalNotes(Int64 MemoTypeID, string Channel, string DistributorCategory, string ARNNO)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetAdditionalNotes(MemoTypeID, Channel, DistributorCategory, ARNNO));
     }
     catch (Exception)
     {
         throw;
     }
 }