public int DeleteLPPhoto(string PhotoID) { int a; GeneralDAL lp = new GeneralDAL(); a = lp.DeleteLPPhoto(PhotoID); return a; }
public int DeleteLPPhoto(string PhotoID) { int a; GeneralDAL lp = new GeneralDAL(); a = lp.DeleteLPPhoto(PhotoID); return(a); }