Exemple #1
0
 public List <OrganizationModel> GetOrganizationLogo(long OrgId)
 {
     return(DAL.GetOrganizationLogoDAL(OrgId));
 }