Example #1
0
 public int Org_UpdateProfileImageBAL(OrganizationModel _Organization)
 {
     return(DAL.Org_UpdateProfileImageDAL(_Organization));
 }