예제 #1
0
 public Stream ShowCustomrLogo(int UserID, string name)
 {
     try
     {
         return(usersDAL_obj.ShowImage(UserID, name));
     }
     catch (Exception ex)
     {
         return(null);
     }
 }