public ImageLogic(IImageDAL imageDal, ILikeImageDAL likeDal) { this.imageDal = imageDal; this.likeDal = likeDal; }
public UserLogic(IUserDAL userDal, ILikeImageDAL likeDal) { this.userDal = userDal; this.likeDal = likeDal; }