Пример #1
0
 public string[] GetUserBoxInfoBLL(int userID)
 {
     return(noteDAL.GetUserBoxInfoDAL(userID));
 }