public int InsertLPPhoto(string LPID, string FileName, string Description, string Title) { int a; GeneralDAL lp = new GeneralDAL(); a = lp.InsertLPPhoto(LPID, FileName, Description, Title); return(a); }
public int InsertLPPhoto(string LPID, string FileName, string Description, string Title) { int a; GeneralDAL lp = new GeneralDAL(); a = lp.InsertLPPhoto(LPID, FileName, Description, Title); return a; }