Exemplo n.º 1
0
 public string saveDocumentBoy1(string strName, string strMobile, int intIsDeleted, string strCode, int intApprove,string strMailID)
 {
     DLDocumentBoy dldb = new DLDocumentBoy();
        try
        {
        msg = dldb.saveDocumentBoy1(strName,strMobile,intIsDeleted,strCode,intApprove,strMailID); //Parameter mailid added
        }
        catch
        {
        throw;
        }
        finally
        {
        dldb = null;
        }
        return msg;
 }